This jQuery plugin would help you to add AdSense ad unit between your all
Why to Insert AdSense between Your All Posts?
Placing AdSense ad units just after the few paragraphs of your articles
would help you to maximize your earning potentials. Just think, your
visitors give most of their attentions to which element on your blog?
It’s not your Header, footer,
sidebar not even your commenting box. Visitor only lands on your
website for the sake of reading your content, so having a small Ad just
between your articles would certainly increase your CTR as well as
earning percentage.
People always criticize AdSense for not providing them High click
through rates. They always complain that their earning is fairly lower
than their potentials. However, it is due to the lack of optimization.
Therefore, it is essential that you utilize such spots i.e. between
posts that could increase your earning opportunities.
How To Insert Google AdSense Between All Posts in Blogger?
At first, we have to install the jQuery Plugin which would display the
advertisements between each and every post no matter whether they are
old or new because the plugin works quite brilliantly. Go to Blogger.com
>> Your Site >> Template >> Edit HTML >>
Proceed and, within the coding search for <body> Tag. After finding the <body> tag, just below it paste the following jQuery Coding. Remember: Do not forget to insert your Publisher ID as well as Ad slot ID from the following coding.
<b:if cond='data:blog.pageType == "item"'>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js' type='text/javascript'></script>
<div style="display: none; float:center;">
<div id="MBL-Ads">
<br/><center>
<script type='text/javascript'>
google_ad_client="pub-xxxxxxxxxxxxxxxx";
google_ad_slot="xxxxxxxxxx";
google_ad_width=468;
google_ad_height=60;
</script>
<script src='http://pagead2.googlesyndication.com/pagead/show_ads.js' type='text/javascript'></script>
<br/></center>
</div>
</div>
<script>
$(document).ready(function(){
jQuery('#MBL-Ads').appendTo(jQuery('a[name="more"]'));
});
</script>
</b:if>
All done: After customizing the Ad code according to your needs just press the orange "Save Template" button to conclude.
Congratulations: You have successfully added Adsense in the middle of your posts. Now visit your Blog's post pages and you will be able to see Google's ads units right in the middle of your post's content.
Frequently Asked Questions:
1. Why Ads are not appearing between my all Posts?
The whole plugin revolves around a modest Jquery, so probably the
JavaScript files are conflicting with each other. The second reason, you
might be using a template that has Automatic Post Summery with
Thumbnail Plugin, that does not require to insert page break or jump
break it automatically creates a summary of your content and displays it
on the homepage. Since, you do not use the page break or jump break
tool, so that could be the reason why the ads are not displaying
properly. The solution to this problem is quite straightforward.
Manually add Page break or Jump break in your posts and it would start
displaying the AdSense advertisements right after the jump break line.
2. Do I need to insert Ads unit every time While writing a new Post?
While writing a new article, there is no need to insert the ad unit
manually because the plugin would automatically display the
advertisements within your article. However, do not forget to use the
Page Break tool otherwise the ads may not appear.
3. Where is Page Break or Jump Break Tool?
The page jump break can be accessed from Post Editor. It appears in the
tool bar. We have attached a screenshot below so you can easily
recognize the Jump Break tool.
4. What to do only Blank Spaces are Appearing?
The browser history (cache) is causing the problem just Press CTRL+F5 to refresh the page or restart your browser and everything would start working in a systematic manner.
The browser history (cache) is causing the problem just Press CTRL+F5 to refresh the page or restart your browser and everything would start working in a systematic manner.
0 comments:
Post a Comment