Facebook Settings Help

These settings allow you to include AdPlugg ads in your Facebook Instant Articles header. Ads included in the header will be automatically placed by Facebook throughout the content of the article.

If you are new to AdPlugg, you may find it easier to place ads on your regular site first before attempting to include them in your Instant Articles feed. '; $requirements_content = '

Requirements

For these settings to work, you will need to have the Facebook Instant Articles for WP plugin installed.

You will also need to have an AdPlugg account with at least one Zone and at least one ad targeted to it.

'; $tips_content = '

Tips

It is usually best to create Zones that are specific to your Facebook Instant Articles Feed (for instance "Facebook Zone 1").

'; $widgets_content = '

Widgets Help

Once you\'ve enabled automatic placement. Go to the Widgets Configuration Page and drag the AdPlugg Widget into the Facebook Instant Articles Ads Widget Area. Configure the Widget including the Zone machine name, the width, the height and whether or not you want the Zone to be the "default" ad.

The code from any Widgets in the Facebook Instant Articles Auto Ads Widget Area will be automatically included in the header of each post in your Instant Articles feed. Facebook will then automatically distribute them thoughout the article\'s content.

The Widget marked as the default will be flagged as the default ad in your Instant Articles feed. This ad will be used for any remaining slots after all ads have been used.

'; $sidebar_content = '
For more Information:
AdPlugg Help Center
AdPlugg Cookbook
Contact AdPlugg

'; //overview tab $screen->add_help_tab( array( 'id' => 'adplugg_facebook_overview', 'title' => 'Overview', 'content' => $overview_content ) ); //requirements tab $screen->add_help_tab( array( 'id' => 'adplugg_facebook_requirements', 'title' => 'Requirements', 'content' => $requirements_content ) ); //tips tab $screen->add_help_tab( array( 'id' => 'adplugg_facebook_tips', 'title' => 'Tips', 'content' => $tips_content ) ); //widgets tab $screen->add_help_tab( array( 'id' => 'adplugg_facebook_widgets', 'title' => 'Widgets', 'content' => $widgets_content ) ); $screen->set_help_sidebar( $sidebar_content ); return $contextual_help; }