How to add Adsense inside Blogger Posts?

If you are wondering how to place adsense code inside your post then you have landed at a right page,in this post we will help you place your adsense code inside your post which will help you gain more revenue from your ads , this is one of the most effective methods of increasing your adsense income as it will target your audience with perfect code placing. Before making any changes first backup your template.

Follow these easy steps and enjoy


Now first and foremost you got to remember you just cannot simply paste the HTML/JavaScript code , you got to parse your code first and then only it will work .

  • Find the following code.
  • <data:post.body/>
  • Paste the below code after <data:post.body/>

If you want to place it on left side

<b:if cond=’data:blog.pageType == “item” ‘>
<div style=”float:left;”>
Your parsed adsense  code  goes here
</b:if>

If you want to place it on right side

<b:if cond=’data:blog.pageType == “item” ‘>
<div style=”float:right;”>
Your parsed adsense  code  goes here
</b:if>
And your done .If you like our post then don’t hesitate to sign up for our updates.

Leave a Reply