Adsense Inside Blog Posts

I managed to insert my Google Adsense ad units inside my blog posts. Adsense experts say it increases the chances of readers to read them and click on them since they are more visible and more naturally integrated to the blog.
To do this in your own Blogger blog, edit your Blogger template HTML and click Expand Widget Templates. Then look for this code:<div class='post-body'>
Then add the parsed adsense unit before or after this post body element. Insert it before this if you want the ad unit at the start of the post, or after this if you want the ad unit at the end of the post. You can change the float style from left to center or right, whichever you feel is the best location for your ad:
<p><data:post.body/></p>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div><div style='float:left;'>
For this blog I have one Google Adsense ad unit below the title and another Google Adsense ad unit after the post body. Let's see if we get more results from this Blogger tweak. How about you? How did this work out for you? Let me know through your comments.
insert parsed adsense code here
</div>
2 comments:
How to create this parsed adsense unit?
Thanks
Malathy, thanks for the comment. You can go to my post titles "What is Parsing?" to know more about how to parse your HTML codes for Blogger.
http://buzzerbeeser.blogspot.com/2009/02/what-is-parsing.html
Post a Comment