Now learn how to add google adense code below blogger post tile and below the post. this tricks is very simple now follow below simple step to add this Feature to your blogsp[ot/blogger.
* First go to your blogger Dashboard.
* Now click on Design tab and edit html.
* Now expand your blogger template and find this code <data:post.body/>
* Now copy Adsense code and paste first adsense code just before <data:post.body/>
And second adsense code just after <data:post.body/>
Your code look like as:)-
<data:post.body/>
* First go to your blogger Dashboard.
* Now click on Design tab and edit html.
* Now expand your blogger template and find this code <data:post.body/>
* Now copy Adsense code and paste first adsense code just before <data:post.body/>
And second adsense code just after <data:post.body/>
Your code look like as:)-
<!-- adsense or anyother ad code -->
<data:post.body/>
<!-- adsense or anyother ad code-->
If you want to add adsense ads between each posts Search again <data:post.body/>
and paste these codes along with your ad code
<div expr:id='"aim1" + data:post.id'></div>
<div style="clear:both; margin:10px 0">
<!-- adsense or anyother ad code--></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>
* Now save your template now.
0 Responses So Far: