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 == "item"">
YOUR PARSED ADSENSE CODE
</b:if>
6.Click SaveAdditional 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 == "item"">
</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