Place Google Adsense Ads Inside or Below Post in Blogger

By
I Think You All Know what is google Adsense. If you Don't know it then you would have not came to read this post. lol.

google-adsense-below-posts


Now i will teach you how to Put google Adsense Codes Either Below Post or Rightside of Post or LeftSide of Post Very Easily. Just Follow My Steps.


  • First of All You have to create google Ad unit.
  • Then Select the Synchronous code in the code type and then copy it.
  • Parse the Adsense Code With HTML Parser.
  • Now copy the Parsed code.

Add Google Adsense Below Blogger Posts.

  • Goto Dashboard --> Templates --> Edit HTML
  • Now Search for the Code <data:post.body/> (There may be More than one <data:post.body/> so be sure to choose the right one)
  • Now paste the Below Given code Just Above it.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
PLACE YOUR AD CODE HERE
</b:if>


  • Now Replace PLACE YOUR AD CODE HERE With Your Parsed Adsense Code.
  • Now Save the Template.
  • That's it You are done!

How to Place Ad Codes Left Side Below Post Titles?

Follow the Same way as given above but on the Last step Use the Below code.


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style=”float:left; margin:10px;”>
PLACE YOUR AD CODE HERE
</div>
</b:if>


How to Place Ad Codes Center Below Post Titles?

Follow the Same way as given above but on the Last step Use the Below code.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div align=”center“> // Type it Manually Because it can give you error.
PLACE YOUR AD CODE HERE
</div>
</b:if>
Now save the template and see the changes..
Final Words:
Adding the adsense codes below post titles will help you to earn more with adsense. 

0 comments:

Post a Comment