In this the ad unit will appear after the credit for which the post is displayed. There is a built-in feature of “Show Ads Between Posts” in Blogger. Turn off and enable the feature will display ads between posts when view in home, index or category pages, and also at the bottom most part when view in single individual post page view.
If you want to use non-AdSense ads, you have to manually edit the template HTML to add in the ad code. Follow these steps to copy the code of your blog which you will edit further.
search for:
<p class='post-footer-line post-footer-line-3'/>
Paste the parsed Google AdSense ad code inside
<div> and </div>
right after the above line so that it looks like below after change:
<center>
<p class='post-footer-line post-footer-line-3'/>
<div>[parsed Google AdSense ad code]</div>
</div>
</div>
</b:includable>
</center>
Display Ads after Footer Credits
Posted byChris Martin at 10/02/2007 10:07:00 PM
Labels: Adsense Tips
Subscribe to:
Post a Comment