AdPlugg Widget Help

Using the AdPlugg Widget is easy! Just drag it from the list of available widgets into any of your widget areas.

Optional Settings

The AdPlugg Widget has several optional settings that allow you to do more things with your ads.

Facebook Instant Article Ads

You can insert the AdPlugg Widget into your Facebook Instant Article Ads.

Instructions

Add as many widgets as you like into the Facebook Instant Articles Ads widget area. They will be automatically inserted within the Instant Articles content in the order in which they appear in the widget area.

The Default Widget

As mentioned above, you can drag multiple widgets into the Facebook Instant Articles Ads widget area. The widgets (or the ads that they produce) will be automatically inserted thoughout the Instant Article in the order that they are shown in the widget area. After all ads/widgets have been inserted, if there is still more content, the "Default" widget will be inserted again.

A common configuration is to use a single widget, set it to be the default and then use AdPlugg\'s ad rotation features to rotate the ads that appear.

'; $screen->add_help_tab( array( 'id' => 'adplugg_widget', 'title' => 'AdPlugg Widget', 'content' => $content, ) ); return $contextual_help; } /** * Gets the singleton instance. * * @return AdPlugg_Widgets_Page_Help Returns the singleton instance of this * class. */ public static function get_instance() { if ( ! isset( self::$instance ) ) { self::$instance = new self(); } return self::$instance; } }