More at BBT
Loading...
2/25/2013

How to Insert Adsense inside Blogger Post & Triple Adsense Revenue

2/25/2013
Socialize It
Different blogging platforms have different tools that help you to manage your blog as you wish, when talking about Google Adsense placement you have more flexibility especially in Wordpress when compared to Blogger platform. You can use different plugins in wordpress that helps you put your adsense on different parts of your post even within the post after some paragraph or any where within the post. 
But still don't underestimate the power of blogger you always have a way to do things on blogger as well. 
Now i am going to explain you that how to insert google adsense between/inside/within blogger's post automatically. With help of this trick you will be able to post your adsense ad between post i.e after a first paragraph. 
Why is it important? 
It Triples Your Current Adsense Revenue!
Placing your ads strategically increases your revenue, if you have adsense placed well within or inside blogger's post it will triple your current adsense revenue at least because of its high click through rate and much better number of impressions. 
Just do it and find out yourself. 

How to do it?
1.) Go to Blogger > Templates > Tick the "Expand Widget Templates" box
2.) Find <head> and below it paste the following code
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'/>
Note : If you are already using jquery you can leave the 2nd step and move on to step 3.

3.) Now below <head> paste following code as well

<script type='text/javascript'>
$(document).ready(function(){
$(&#39;a[name=&quot;more&quot;]&#39;).before($(&#39;#BBT-google-ad&#39;).html());
$(&#39;#BBT-google-ad&#39;).html(&#39;&#39;); 
});
</script>

Note: If you want to display Ad Unit at two places i.e. after Jump Break (Readmore) tag and also at the end of post then delete the highlighted red code.

4.) Now find <data:post.body/> and below it paste the following code
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='BBT-google-ad'>
<br/>
<center>
YOUR PARSED ADSENSE CODE HERE </center>
<br/>
</div>
</b:if>

5.) Paste your Encoded or Parsed HTML code of Adsense by replacing green highlighted text

7.) Now when you are writing a post and want to insert adsense code within the post, just hit the Jump Break tag, adsense unit will be placed automatically after jump tag in post.



8.) Done! Now you can insert adsense automatically in blogger/blogspot post.

Hope you like this post please share it with your friends, and if you need any help regarding this you can ask me in comments below.

0 comments:

Post a Comment

 
Toggle Footer