How to add Adsense or any other Ad code in various places in Blogger blog
3 COMMENTSAdsense as well as any other ad codes can be added in various positions in the blog and some positions may bring more revenue than others and it totally depends on your content and its layout.These ad codes are usually javascript codes.
The various positions where Adsense and ad codes can be added are:
Sidebar:
1. Go to Layout->Page Elements
2. Then in the sidebar you see an Add Gadget link, click on this link.
3a. For Adsense add the Adsense Gadget and then configure the adsense ad.
3b. For any other Ad code add the Html/Javascript Gadget and add your Ad Code in the following space

Adding Ad Code
Above and below Blog Posts:
The ad code or adsense code can be placed above and below the blog posts section just by dragging the gadget from the sidebar to place it above or below the blog posts section.
Inside The blog Post:
Ad codes can also be embedded inside blog posts. So you will see ads inside your blogpost. This sometimes has more revenue potential than others because it is next to the content. And for each blog post there will be an individual ad. Therefore, more number of ads and hence more chance of earning revenue.
1. Go to Layout->Edit Html
2. Download Full Template (This is to backup your template)
3. Check the Expand Widget Templates
4. Convert Your Ad Code as shown in Ad Code converter
5. Now Find this piece of code
<data:post.body/>
6. Just above this code paste this code.
a. To display ads on the left side of the content
<div class=’ad-code-inside- blogpost’ style=’float:left;’>
Your Ad code here
</div>
b. To display ads on the right of the content replace ‘float:left’ with ‘float:right’
c. To display ads above the content replace ‘float:left’ with ‘float:none’
d. Lastly, to display ads below the content then add the code after this code instead of adding before this code.
<data:post.body/>
Note:
You can also add border as well as background to these ads by just editing the style using ‘style=’float:left;’by adding border and background tags.
7. Save Template
| This entry was posted by Gautam on March 31, 2009 at 11:10 am, and is filed under blogger. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
















about 1 year ago
thanks friend
Nice tips
Reply
about 1 year ago
Take a look at my other posts, it might help you
Reply
about 8 months ago
Nice Tutorial ^_^
Thanks .
Reply