Subscribe For Free Updates!

We'll not spam mate! We promise.

Tuesday 3 September 2013

How to Insert Adsense Inside Every Blogger Post



how to insert adsense inside blogger post
One of the better way to Boost the adsense revenue should be to change the particular locations to your adsense banners and insert it into right area where by visitors appear a throughout. Now I'm going to show you how place adsense in every blogger post after post title. In this manner you will get maximum clicks on your ads once used it in right area. Now You can easily place adsense in every Blogger post after post title. Just Follow easy steps:

How to add Adsense Inside Every Blogger Post:


First of all parse/encode your adsense code with HTML Parser.Use our HTML parser.
Now add your Parse code in below code then use it in your blogger template.

If you want to show your ad in left side in blogger post then use following code:

<b:if cond='data:blog.pageType == "item"'>  
<div style="float:left;">
Your Parse adsense code here </div>
</b:if>  


Replace Your parse adsense code here with your encoded code.


If you want to show your ad in Right side in blogger post then use following code:

<b:if cond='data:blog.pageType == "item"'>  
<div style="float:Right;">
your adsense code goes here  </div>
</b:if> 

Now Put code in your template:

Now go to blogger >> Template >> Edit HTML.
Press ctrl+F and Search this code in template <data:post.body/>.

if you find this code two or more times in your template then try all and check result which one is correct.

Note: If you want to show ads at the top of your post then paste your code Just above/before <data:post.body/> it.

And If you want to show ads at the bottom of your post then simply paste the code below/after it <data:post.body/>.

Now you almost Done.

Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: ITmaza

0 comments:

Post a Comment