Tuesday, 20 November 2012

How to add Adsense In between Posts

How to add Adsense In between Posts

This Post has been Requested by Glue on Guerilla v2.2 - Blogger Template . As All of the bloggers also know that one of the most biggest earning thing in blogger is Google's Adsense. From were Most of the bloggers earn revenue and run  their blogs cost of server or of hosting or domain or for their pocket money. But the most targeted area is the post section but how to add the Ads in Post.


So lets Get Started :
  1. Login to your blogger dashboard
  2. Then Click on Edit HTML
  3. Tick the Expand widget Template
  4. Find for <data:post.body/>
  5. If your template is with Automatic Read More Hack with fixed pages Then Find for this code :
    <b:if cond='data:blog.pageType == &quot;static_page&quot;'><b:else/>
  6. Add your Adsense code before the above code.
  7. If you Want to display the Ads only on the Post Page then with the Reference to : "How to Show sidebar or widgets only on Home page or Post page"
    <b:if cond='data:blog.pageType == "item"'>
    You Adsense Code your
    </b:if>
I think this Must be Enough for now.

No comments: