0

How to display adsense inside the posts



google adsense in posts




Adsense is the one , which helps us to earn money by ads.You know one thing ? Many of the bloggers are creating their blogs for earning money by Google adsense .Many of them will display ads in the sidebar, header but i had seen many still don't know how to display the Google adsense in between the posts!.
So , today I'm gonna tell you , how to display the Google adsense in between the posts!.When you display the ads in between the post , you can earn 2X than you earn before. So, displaying ads in between the posts , lets you to earn more!


  1. First go to blogger
  2. Design--->Edit html
  3. click on the "Expand widget templates"
Then Look for this code



<b:if cond="data:post.includeAd">
<data:adend>
<data:adcode>
<data:adstart>
</data:adstart>
</data:adcode>
</data:adend>
</b:if>




 4. Now replace the above code with the below code

<b:if cond="data:blog.pageType != &quot;item&quot;"> 
<b:if cond="data:post.includeAd"> 
<data:adend> <data:adcode> 
<data:adstart> 
</data:adstart> 
</data:adcode>
</data:adend>
</b:if>
</b:if>

4. Now find  <date:post.body/>   tag. Paste below code after this tag.


<b:if cond="data:blog.pageType == &quot;item&quot;"> 
<b:if cond="data:post.includeAd"> 
<data:adend> 
<data:adcode> 
<data:adstart> 
</data:adstart> 
</data:adcode>
</data:adend>
</b:if>
</b:if> 
Now save your template . That's it now your ads are shown in between the posts!
Kindly , if you have any doubts or questions post you comment below!


Subscribe To Get FREE Tutorials!

Related Posts Plugin for WordPress, Blogger...


Share your views...

0 Respones to "How to display adsense inside the posts"

Post a Comment

 

© 2011 CoolTricks This content is copyrighted to f10f1111 | Powered by Pro Thesis Theme| Designed by f10f1111