AdPlugg Plugin Help

Need help using the adplugg plugin? Use the tabs to the left to find instructions for installation, use and troubleshooting.

'; $installation_content = '

Installation/Configuration

The AdPlugg WordPress Ad Plugin makes is super easy to put ads on your WordPress Site.

  1. Install the plugin
  2. Activate the plugin
  3. Create an account at adplugg.com and add at least one ad.
  4. Get your AdPlugg Access Code and add it to the Access Code field on this page.
  5. Go to your Widgets configuration page and drag the AdPlugg Ad Widget to a Widget Area.
  6. Your ad(s) should now be viewable from your blog.
'; $use_content = '

Using AdPlugg

Once you have AdPlugg set up and working most things that can be done from adplugg.com. This includes:

Access my AdPlugg account

'; $troubleshooting_content = '

Troubleshooting

If ads aren\'t displaying on your site please check the following:

Please contact us for additional support.

'; $sidebar_content = '
For more Information:
AdPlugg Help Center '; //overview tab $screen->add_help_tab(array( 'id' => 'adplugg_overview', 'title' => 'Overview', 'content' => $overview_content )); //installation tab $screen->add_help_tab(array( 'id' => 'adplugg_installation', 'title' => 'Installation', 'content' => $installation_content )); //use tab $screen->add_help_tab(array( 'id' => 'adplugg_use', 'title' => 'Using AdPlugg', 'content' => $use_content )); //installation tab $screen->add_help_tab(array( 'id' => 'adplugg_troubleshooting', 'title' => 'Troubleshooting', 'content' => $troubleshooting_content )); $screen->set_help_sidebar($sidebar_content); } return $contextual_help; }