# AdhubPlatform - Guida all'uso ## Shortcode Disponibili ### Shortcode Generico ``` [adhub_ad position="POSIZIONE" class="CLASSE-OPZIONALE"] ``` ### Shortcode Specifici - Desktop: ``` [adhub_970x250] [adhub_300x600] [adhub_300x250] [adhub_300x250_2] [adhub_728x90] [adhub_sticky_video] [adhub_skin] [adhub_native_single] [adhub_native_extended] ``` - Mobile: ``` [adhub_320x100] [adhub_320x50] [adhub_300x600] [adhub_300x250] [adhub_300x250_2] [adhub_sticky_video] [adhub_native_single] [adhub_native_extended] ``` ## Funzioni PHP ### Funzione Generica ```php adhub_display_ad('POSIZIONE', 'CLASSE-OPZIONALE'); ``` ### Funzioni Specifiche - Desktop: ```php adhub_display_970x250(); adhub_display_300x600(); adhub_display_300x250(); adhub_display_300x250_2(); adhub_display_728x90(); adhub_display_sticky_video(); adhub_display_skin(); adhub_display_native_single(); adhub_display_native_extended(); ``` - Mobile: ```php adhub_display_320x100(); adhub_display_320x50(); adhub_display_300x600(); adhub_display_300x250(); adhub_display_300x250_2(); adhub_display_sticky_video(); adhub_display_native_single(); adhub_display_native_extended(); ``` Tutte le funzioni accettano un parametro opzionale per aggiungere classi CSS personalizzate. ## Posizioni Disponibili - `desktop_970x250`: Banner masthead desktop - `desktop_300x600`: Banner sidebar alto - `desktop_300x250`: Banner sidebar - `desktop_300x250_2`: Secondo banner 300x250 - `desktop_728x90`: Banner footer - `desktop_sticky_video`: Video player sticky - `desktop_skin`: Skin pubblicitaria - `desktop_native_single`: Native ad singolo - `desktop_native_extended`: Native ad esteso - `mobile_320x100`: Banner sticky mobile - `mobile_320x50`: Banner mobile standard