Being an AdSense owner, we need to experiment different ad placement in order to achieve the maximum earning potential on our blogging venture. By using Blogger we can easily put AdSense using Blogger's provided setting or by embedding the Adsense code on Blogger's widget. If you already do this, you will notice that this options are very reliable but limited since you can only put it either on the header, sidebar, footer or anywhere but not inside the post.
Putting Google AdSense inside our Blogger post is easy. We'll just need to modify few script on your Blogger template.
STEP 1
This tutorial is risk free but still, its better to backup your existing template incase some unusual things happen. We can do this by choosing Template > Backup/Restore > Download Full Template.
Choose Edit HTML > Check Expand Widget Templates
STEP 3
Using Web Browser, search (CTRL+F) for <data:post.body/>. Post the code below above <data:post.body/>.
<b:if cond='data:blog.pageType == "item"'>
<!--Adsense Code Here -->
<data:post.body/>
<!--Adsense Code Here -->
<data:post.body/>
</b:if>
STEP 4
Blogger have its own XML format so we need to replace some code of AdSense using Blogcrowds HTML Parser. Just copy your AdSense code and paste it to the textbox of Blogcrowds HTML Parser and click the button Parse and replace <!--Adsense Code Here -->.