Add Adsense In The Middle Of Blogger Post
How to add adsense ads in the middle of blogger posts? Can blogger blog show ads in the middle of blog post? Yup, and you can decide / set up exactly on where do you want adsense ads to show up inside your blog post. As I already discussed the past adsense trick article, adsense publishers that use blogger blogspot platform try to implement this trick (adsense inside blog posts) to increase adsense clicks to earn more money. Now I will explain how to make adsense ads shown up in the middle of blog post. Hope the result of this trick will be effective for you to earn more clicks from adsense :)
Steps:1. Log in to blogger account
2. Go to Layout - Edit HTML - Click (tick) Expand Widget Templates
3. Find <data:post.body/>
and replace with this code :
<div style="clear:both; margin:10px 0">
YOUR ADSENSE CODE AFTER PARSE 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 r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>
You should change YOUR ADSENSE CODE AFTER PARSE HERE !!! with your adsense code. To parse your adsense code, simply go to http://blogcrowds.com/resources/parse_html.php and parse your adsense code.
Note : If you have read more hack installed, you will find 2 (two) code of change / replace the first one!
4. Save your template !
5. How to make it shows in the middle of your post:
create a new post, write an article and when you finished your article, insert this tag <!-- adsense --> in the middle of your article (example : after the first paragraph)
Note : If you didn't put tag <!-- adsense --> in your post, by default adsense ads will show up below the post title.
read more "Add Adsense In The Middle Of Blogger Post"
Read more...
Steps:1. Log in to blogger account
2. Go to Layout - Edit HTML - Click (tick) Expand Widget Templates
3. Find <data:post.body/>
and replace
<div style="clear:both; margin:10px 0">
YOUR ADSENSE CODE AFTER PARSE 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 r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>
You should change YOUR ADSENSE CODE AFTER PARSE HERE !!! with your adsense code. To parse your adsense code, simply go to http://blogcrowds.com/resources/parse_html.php and parse your adsense code.
Note : If you have read more hack installed, you will find 2 (two) code of
4. Save your template !
5. How to make it shows in the middle of your post:
create a new post, write an article and when you finished your article, insert this tag <!-- adsense --> in the middle of your article (example : after the first paragraph)
Note : If you didn't put tag















