Easily import, display, and rotate affiliate banners.
/wp-content/plugins/ directoryTo display banners, use the appropriate function to display the banners as you wish. There are three functions for displaying banners.
affiliate_manager_random_banner(size)
This function will display a banner for any keyword of the appropriate size. Just replace size with the size you wish to display in quotes. Example:
affiliate_manager_random_banner("120x600");
affiliate_manager_by_keyword(keyword, size)
This function will display a banner for a specified keyword of the appropriate size. Replace keyword with the keyword for the banner, and replace size with the size you wish to display. Both parameters should be in quotes. Example:
affiliate_manager_by_keyword("mortgage", "120x600");
affiliate_manager_displayAd(id)
This function will display a specific banner, according to the ad ID. Replace id with the id of the banner. This parameter SHOULD NOT be in quotes. Example:
affiliate_manager_displayAd(15);
Requires: 2.0 or higher
Compatible up to: 2.7.1
Last Updated: 2009-6-24
Downloads: 2,528
Got something to say? Need help?