Welcome Sign InSign Up Now! It's Free!
Follow Subscribe Bookmark and Share Contact Me Client Support
Need help?
For a small fee I can help
you install and configure this
and other plugins.

Contact me »

Googmonify™ for WordPress

Installation

  1. Upload 'googmonify.php' to the '/wp-content/plugins/' directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Enter your Google AdSense Publisher ID on the 'Options' | 'Googmonify' page.
  4. Insert Googmonify tags into your posts. See below.

Googmonify Tags

To include a Google AdSense ad in your post simply add the following googmonify tag set in the location where you want the ad:

[googmonify]slot:align:width:height[/googmonify]

where ...

  • slot is the id of the Google AdSense ad.
  • align is the alignment of the ad block (ex. right, left or center).  Using right and left values will cause the ads to float right or left respectively.  If you use center, the tag set should be placed on its own line.
  • width is the width of the ad
  • height is the height of the ad

Note - the width and height properties must match the dimensions of the AdSense unit you are inserting.

Example

A 300x250 ad that floats to the right:

[googmonify]1234567890:right:300:250[/googmonify]

How it Works

The plugin works by replacing the tag set with the Google AdSense script code required to display the ad.  Google AdSense limits the number of displayed ad units to 3 per page.

To see an example on my blog click here.