Blogger Tricks

22 Jun 2012

Add Adsense Ads Anywhere In Blogger Blog Posts

Add Adsense Ads Anywhere In Blogger Blog Posts You may have seen may blogs using adsense ads under the title of a blog post, but you may not have seen many blogs using adsense randomly at different parts of blog posts.This process of adding adsense ads anywhere in the blogger blog posts is a manual one, you will have to add the code every-time you want an ad to appear at a certain place in a blog post, but it is a fairly simple process.Here we will teach you how to add adsense anywhere In Blogger Blog Posts.

Step 1) Open a "New Post", write the content you wanted to write.

Step 2) Get your ad code from Adsense website, it should be place within tags as shown below -
<div align='center'> 
<script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxxx";
/* Large Rectangle */
google_ad_slot = "xxxxxxxxx";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
Make sure that you have copied this code to a notepad which is placed in a place that is easily accessible so that you can use this easily and as often as you like.


Step 3)Go To "HTML" of the blogger post and place the adsense code obtained in step 2 anywhere you like.You are done.


Adsense Anywhere In Blogger Blog Posts

Now you can see the adsense ads appearing wherever you have placed the code in the blog post.The important thing to remember here is that you should not parse your adsense code while trying to place in anywhere in blog posts.