Using Admangler

  1. Please Report Any Bugs Found to: bugs@codeternals.com
  2. Using within the CMS editor in the back end, inside any page or post where you wish your ad(s) to show:
    [AdMangler:<width>x<height>] ex: [AdMangler:468x60]
  3. Using the PHP $adMangler object inside template files:
    You could call the adMangler object like so and it will echo the ad immediately:
    $adMangler->GetAds(<width>, <height>, false);

    You can use false for the third parameter and store the ad in a variable like so:
    $foobar = $adMangler->GetAds(<width>, <height>, true);

    You may have to call the global object like so before using it:
    global $adMangler;.

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 luck 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 developemnt from Webternals, LLC.