Hiiiii All Visitors thx for see our old posts
This is our New post About Place Adsense Ads in The Middle Of Post in Blogger
This is our New post About Place Adsense Ads in The Middle Of Post in Blogger

Frequently Asked Question:
1. Does this method violate Google Adsense Terms and Conditions ?
Definitely not. Answering a direct support request Google stated this method doesn't violate any of their program policies.
1. Does this method violate Google Adsense Terms and Conditions ?
Definitely not. Answering a direct support request Google stated this method doesn't violate any of their program policies.
HOW TO ADD/PUT/INSERT/PLACE GOOGLE ADSENSE IN THE MIDDLE OF POST IN BLOGGER
- Go to Blogger Dashboard
- Click on DropDown Menu and select Template
- Backup your Template before making any changes to your blog
- Now Click on Edit HTML --> Proceed --> Expand Widget Templates
- Press Ctrl + F and search the code shown below
<data:post.body/>
- Now replace it with the code shown below
<div expr:id='"aim1" + data:post.id'/>
<div style='clear:both; margin:10px 0'>
Your AdSense code here
</div>
<div expr:id='"aim2" + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
var obj0=document.getElementById("aim1<data:post.id/>");var obj1=document.getElementById("aim2<data:post.id/>");var s=obj1.innerHTML;var t=s.substr(0,s.length/2);var r=t.lastIndexOf("");if(r>0){obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+1)}
</script>
<div style='clear:both; margin:10px 0'>
Your AdSense code here
</div>
<div expr:id='"aim2" + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
var obj0=document.getElementById("aim1<data:post.id/>");var obj1=document.getElementById("aim2<data:post.id/>");var s=obj1.innerHTML;var t=s.substr(0,s.length/2);var r=t.lastIndexOf("");if(r>0){obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+1)}
</script>
- Replace Your AdSense code here with your adsense code
- Now save your template
- NOTE Your adsense code is in parsed form. Click Here to convert it into parsed form
- You will find two <data:post.body/> in your template. you have to replace it with the second one
- Thx For See this post any problem about it please comment here