How to place Adsense ads in the middle or inside of blogger blog posts
First of all, login into your Google Adsense and create an ad unit code that you want to add in the middle in your blogger post.
The second step login into blogger account, then goes template >> edit HTML
After the opening, all coding, click on the template editor and search for <data:post.body/> you will find more than one code, try the second one.
Copy the below code and replace <data:post.body/> with it.
<div expr:id='"post1" + data:post.id'/> <div class='googlepublisherads' style='margin:20px 0'> <center> --place ad here-- </center> </div> <div expr:id='"post2" + data:post.id'><data:post.body/></div> <script type='text/javascript'> var obj0=document.getElementById("post1<data:post.id/>"); var obj1=document.getElementById("post2<data:post.id/>"); var s=obj1.innerHTML; var t=s.substr(0,s.length/2); var r=t.lastIndexOf("<br>"); if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+4);} </script>
5. Replace –place ad here– with the Google Adsense converted code and save the template.
Now view your blog any post, wow you have successfully added Google Adsense ad in the middle in the blogger post.
Note:
Your advertisement will appear after the first </br> in the blog post, so this is mandatory to have a </br> tag in the blog post. If your post doesn’t have any </br> in a post, then the ad will appear in below title by default. You can put any other PPC ads network such BuySellAds, bidvertiser, yahoo or custom banner instead the Google Adsense.
How to Modify the Position Adsense ad in blogger post?
As I mentioned that the ad will appear after the first </b> however if you want to change the position of ads you can modify thought blue marked number, following some modifications you can do.
To put the ads in the second </b> of blog posts, then replace the blue number 2 with 3.
To put the Adsense ads in a quarter of a post, please replace the 2 with 4
So, friends this a simple but very important trick which I shared with you. After putting the Adsense ad in the middle of posts, you will note the significant increase in your earnings in a few days. More importantly, you don’t need worry about the Google’s terms violation because you don’t change the ad code structure.
0 comments:
Post a Comment