• Phunky

    (@phunky)


    Im in the process of writing a very simple advert system plugin for wordpress.

    You will be able to add new adverts via the backend, then display them anywhere within you templates/posts with simple calls such as

    <?php pky_advert(‘468×60’);?> or <!–pky_advert(‘150×150’)–>

    As you can see i have made it so that you pass the size of which advert you want to display, this allows you to use the same simple function to display differnt size ads thru out the whole site.

    It will also track v.basic ad stats such as impressions and click throughs so you can see how well each ad is doing.

    I’ve yet to write the backend side of things yet, as ive got to mucht o do on the site i wrote this plugin for (https://phunky.co.uk/reason/) but your more then welcome to look at what ive got so far…

    https://pastecode.net/?action=viewpost&tag=433

    Fingers crossed ill get a full release of this out, unlike my wp-forum which ive just not touched in months!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dgold

    (@dgold)

    Thanks, I really hope you get this out because I am looking for an Ad Manager plugin other-than the Semilogic one that he charges $ for.

    Are you able to incorporate some ideas? (1) Random ad slot could be an option, that is, <?php pky_advert(‘468×60’; ‘Rotate Ads 1, 6, 11, 15’);?>

    (2) Expire ads possible? That is, show this ad until December 15th, then remove it automatically and replace it with a House Ad from this folder. (One example of a house ad would be “This space now available! Contact the webmaster”). <?php pky_advert(‘468×60’; ‘Expire 12-15-05’);?>

    (3) Can the user put Google AdSense code as one of the adverts? Could work hand-in-hand with the expire option I suggested. When banner ad expires, replace this slot with my AdSense code, until I sell/place another banner here.

    Thanks for considering this input

    Thread Starter Phunky

    (@phunky)

    Dgold, you have some very valid ideas for how to expeand the plugin. I will deffo look into implementing them!

    Dgold

    (@dgold)

    Alright I’ll be checking this forum & your site for an update!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘pky_adverts (in development)’ is closed to new replies.