show adsense ads between all posts blogger

you can get more views on your adsense ad by showing them between  your posts but putting your adsense ads unit code in all posts takes so much time but we can show adsense ads between all posts  in blogger  by using javascript follow below tutorial to show adsense ads between all posts in blogger.

show adsense ads between all posts blogger



go to blogger.com and login your account
now go to your blog dashboard by clicking on your blog title
from dashboard click on template.



in next page you will see your current template preview an 2 buttons one is customize and second is EDIT HTML click on edit html button.




now you will see your  template code click any where on your template code and press ctrl+F to find
<data:post.body/>





you will see  5 or 6  <data:post.body/> in your template code




but you have to search <data:post.body/> which is near
<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>

find and replace it with following code.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='adsense-content' style='display:block;text-align: center'>YOUR ADS CODE HERE</div></b:if>
<div id='adsense-target'><data:post.body/></div>
<script type='text/javascript'>
function insertAfter(addition,target) {
var parent = target.parentNode;
if (parent.lastChild == target) {
parent.appendChild(addition);
} else {
parent.insertBefore(addition,target.nextSibling);
}
}
var adscont = document.getElementById(&quot;adsense-content&quot;);
var target = document.getElementById(&quot;adsense-target&quot;);
var linebreak = target.getElementsByTagName(&quot;br&quot;);
if (linebreak.length &gt; 0){
insertAfter(adscont,linebreak[0]);
}
</script>


Note:Replace YOUR ADS CODE HERE with your adsense code

How to customize?


the above code will show your ads after first paragraph to show your ads  after second paragraph just replace 0 with 1 the 0  color  is  red in above code you can also replace 0 with 2 3 or 4 if you want to show your ads after 3 paragraphs then replace 0 with 2.








if you  face any problem ask me in comments i will help you.


Dear readers, after reading the Content please ask for advice and to provide constructive feedback Please Write Relevant Comment with Polite Language.Your comments inspired me to continue blogging. Your opinion much more valuable to me. Thank you. Conversion Conversion Emoticon Emoticon