Saturday, May 7, 2016

Place Google Adsense Ads Below All Post Titles in Blogger

How to Put or Place Google Adsense Ads Below All Post Titles in Blogger

 

Steps to Place Google Adsense Ads below all blog post titles



Create Ad Unit From adsense

Create ad unit from my ads TabAs you are adding this code to blogger.com you need to parse this code from HTML to corresponding HTML entities. There are lots of tools available over the web, 

This site work fine

Place Google Adsesne Ad Code in Blogger

1.    Go to your Blogger Dashboard.
2.    click on Template option and click on the Edit Html 
3.     Press Ctrl+F and get a search box
            Search this code       <data:post.body/>
4.    search code in the template code editor and not for the complete page.
5.    if you find the above code ,  Copy the below Code and Paste it above the code you
<b:if cond='data:blog.pageType == &quot;item&quot;'>Copy and paste Your Ads Code Here</b:if>

coding will look  like this:



Something like that
<b:if cond='data:blog.pageType == &quot;item&quot;'>
Copy and paste Your Ads Code Here
</b:if>
<data:post.body/>




0 comments:

Post a Comment