SEO (search engine optimization)

How to Insert In Article Ads in Blogger Post Middle Ads

Show your blogger Post Article Ads show on Middle

Show Articles Middle Ads in Blogger Post: If you want to have more than one AdSense ad in your Blogger post, replace the code below rather than the code of your template.Now open blogger.com and select “Theme”Now click on “Edit HTML”And now Ctr+F search This code  <data:post.body/> Your Adsense Code. converts to Prased Adsense Code.

Step Guide

Show Articles Middle Ads in Blogger Post,blogger,show ads between post,post footer ads,put google ads below title in blogger,blogger: show ads inside posts,place google ads below title in blogger,blogger post footer,blogger (website),show ads between posts in blogger,blogger tutorial,show adsense ads below post title in blogger,how to show ads between posts in blogger,how to show ads in blogger,below post title

Related Articles

     Copy This Code

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='blog-target'>
 <data:post.body/>
</div>
<div id='blog-content1'>
<div style='margin:15px 0;text-align:center;clear:both;'>
      <!--Place Your Prased Adsense Adcode here-->
</div>  
 </div>
 <div id='blog-content2'>
<div style='margin:15px 0;text-align:center;clear:both;'>
      <!--Place Your Prased Adsense Adcode here-->
</div>  
 </div>
<div id='blog-target'>
 <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;blog-content1&quot;);
var target = document.getElementById(&quot;blog-target&quot;);
var linebreak = target.getElementsByTagName(&quot;br&quot;);
if (linebreak.length &gt; 0){
insertAfter(adscont,linebreak[2]);
}
</script>
     <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;blog-content2&quot;);
var target = document.getElementById(&quot;blog-target&quot;);
var linebreak = target.getElementsByTagName(&quot;p&quot;);
if (linebreak.length &gt; 0){
insertAfter(adscont,linebreak[2]);
}
</script>

</div>
</b:if>
        <b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>
 

 

blogger,show ads between post,post footer ads,put google ads below title in blogger,blogger: show ads inside posts,place google ads below title in blogger,blogger post footer,blogger (website),show ads between posts in blogger,blogger tutorial,show adsense ads below post title in blogger,how to show ads between posts in blogger,how to show ads in blogger,below post title

Show Articles Middle Ads in Blogger Post

Note: There can be 2 or 4 or more results for <data:post. body />, you will have to paste and test method by checking all <data: post.body />. In most templates, it works on the third and four results of <data:post.body />.

 

Leave a Reply

Your email address will not be published. Required fields are marked *