New this Version

  1. Support for the Wordpres built in shortcodes functionality
  2. Added an Image type that excepts Image Location and Image Link. No need to know HTML for this.

Using Admangler

  1. Please Report Any Bugs Found to: bugs@webternals.com

  2. Add ShortCode Support (The built in wordpress shortcode feature)
    [AdMangler width="468" height="60"]

  3. Deprecated CMS editor Method: (Please make every effort to change this to the ShortCode method as this will be deleted in future versions)
    Using within the CMS editor in the wordpress back end, inside any page or post where you wish your ad(s) to show:
    [AdMangler:<width>x<height>] ex: [AdMangler:468x60]

  4. Using the PHP $adMangler object inside template files:
    First you have to call the global AdMangler Object at the top of your template file.

    global $adMangler;

    You could call the adMangler object like so and it will print the ad code immediately:

    $adMangler->GetAds(<width>, <height>, false);

    You can also use this alternative method to capture the methods output using true or just leave of the third parameter (it defaults to true) and store the ad in a variable like so:

    $foobar = $adMangler->GetAds(<width>, <height>);

    You may have to call the global object using the following before using $adMangler in a template:

Donations

I hate soliciting for donations but the fact is that developing a plugin takes time, and time is very valuable to all of us. If you are one of the lucky few to have some extra cash on hand ... $1, $2, $5, maybe even $10 ... you could help keep this project alive by giving a small donation. Your donation will not only help this plugin but will help pave the way for new plugin development from Webternals, LLC.