Place Adsense Ads in The Middle Of Post in Blogger
09:13
Posted by Unknown
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
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
Make Money
. Follow any responses to this post through RSS. You can leave a response, or trackback from your own site.
Subscribe to:
Post Comments (Atom)
Post a Comment