$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
Techniques Behind Modern Web
19 Feb // php the_time('Y') ?>
Kontera — in case you haven’t heard of it yet — offers advertisers and publishers in-text advertising solutions. After placing Kontera’s JavaScript in your code, their system will automatically create in-text ads all through your site (I know the network after reading this post by John Chow).
Ideally, the in-text ads should be created in post content instead of sidebar content or other places in my blog. In Wordpress blog, Kontera’s system does pretty good job in detecting where main contents are but sometimes I see their ad links — double-underline links — in comment texts as well (that I dislike).
However, we can explicitly control what parts of our sites to display ContentLink ads by using “ad zone” div tag as follows.
<div class="KonaBody"> ...Content we want ad links appear here... </div>
Inspired by Google Ad Wrap plugin, I’ve created a Wordpress plugin that can help wrapping Kontera’s ad zone tags around post content and/or comments easily.
Just download (link below), unzip and paste “kontera-ad-wrap” folder into plugin folder of your blog. Go to “Plugins” tab on admin panel and activate “Kontera Ad Warp” plugin. Done!

You can select display ad links on post content (no?) and/or in comments in “Options -> Kontera Ad Warp” option panel (see picture).

I’ll share my experience in creating a simple WP plugin for newbies like me
in another post.
5 Responses for "Kontera Ad Wrap Wordpress Plugin"
1 Trackbacks/Pingbacks
Leave a reply