How to place Ads anywhere in your Post
Placing Adsense in the right "place" is important for it increases your revenue(maybe or maybe not). Using Blogger platform, you can place Adsense below the post title or just after your posts. Why not put it in the middle? It will be great like this site: http://screenrant.com/hobbit-3-peter-jackson/ . And I would like to share what I have found, here how to do it. With this method you can place your Ad with your own preference, either in the middle, near middle or bottom, anywhere! Here's how to do it! 1. Find the <data:post.body/> (tick the Expand Widget Templates) then replace that tag with the code below: <div expr:id='"aim1" + data:post.id'></div> <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"> ...