Monday, August 30, 2010

How To Put Adsense At the Bottom of Each Post

Putting Adsense at the bottom of each post in blogspot is easy. It's not that complicated. It is very similar to our post of putting Adsense within the post.

Here's how:

1.Login to your Blogger account.
2.Click Design> Edit HTML.
3.Tick the Expand Widget Templates
4.Find the following code:


<div class="post-footer-line post-footer-line-1"> 
 
5.And post this code format right below the above format:


<b:if cond="data:blog.pageType == &quot;item&quot;">
YOUR PARSED ADSENSE CODE
</b:if>
 
6.Click Save


Additional Notes:

What do I mean with “PARSED ADSENSE CODE”? Parsed Adsense code is your Adsense code that has been changed into xml code format. It has to be parsed to function in blogspot because blogspots are xml type of blogs and not php.

To parse your code, simply copy the Adsense code, paste it to this parser tool, and click parse.

Then copy again the new parsed code and that's the one that you are going to paste in your template as seen above.

The code:

<b:if cond="data:blog.pageType == &quot;item&quot;">
</b:if> 
is being added so that your Adsense will only appear in every single post, but not in your index pages such category, searches, and main home page.

Remember that you are only allowed to use 3 Adsense ads at a time. And if the Adsense will be seen in your index pages in every post, you will be violating then the terms and conditions of Adsense.

Not to mention that it destroys the beauty of your blog.

0 comments:

Post a Comment

Commenting is good, it helps everybody. But SPAMMING is bad, it ANNOYS everybody.

NO SPAMMING PLEASE! SPAMMERS WILL BE PENALIZED!

About This Blog

This blog is a portfolio of knowledge about Money Making Online and Blogging. It is full of tutorials and helpful tips on successful blogging and making money online.

To start with, I highly recommend that you read 31 Days To Make A Better Blog.

Our Community

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP