How to show adsense inside Blogger Posts
Using this method to increase your adsense revenue.. One of the best way to increase your adsense revenue is to change the location and placements of adsense banners and insert it in more heats placements.
CODE OF ADSENSE IN POSTS
Adsense code for left
<b:if cond='data:blog.pageType == "item"'><div style="float:left;"><a href= "www.hackerprime.com>Made By </a>
</b:if>
your adsense code goes here
</div>
Adsense code for Right
<b:if cond='data:blog.pageType == "item"'><div style="float:Right;">
<a href= "www.hackerprime.com>Made By </a>
</b:if>
your adsense code goes here
</div>
Adsense code for Center
<b:if cond='data:blog.pageType == "item"'><a href= "www.hackerprime.com>Made By </a>
<div style="float:center;">
your adsense code goes here
</div>
</b:if>
Comments
Post a Comment