Home » » How to Place Adsense After Read More Tag In All Posts

How to Place Adsense After Read More Tag In All Posts

Posted by Rom Flash Media on Thursday, April 13, 2017

Newbies have usually questioned this: how to add Google Adsense in blogger below read more or jump break tag. how you can place Adsense code just after <! --More--> tag in blogger blog. This one of the most effective and ethical approach to increase your Adsense earnings while adding your Adsense code after reading more we have chances more to raise the CTR. You can add AdSense ads between all your blog posts at once just after read more or jump break. The middle of the post is the place where we can get maximum impressions from all the visitors. So lets see how you can add Adsense just after read more tag in blogger blog. You can check this widget on our blog after this paragraph.

Why Show Adsense After Reading More Tag?

Even as discussed in the above para, if someone would like to boost the actual Adsense earning more often than not we indicate the AdSense code within the post, which will dramatically boost Adsense earning. This may be easily completed in WordPress blog because WP offers dozens of plugins to exhibit the absence as well as any advertising and marketing banner simply and anywhere in the blog. But when it reaches in blogger then that becomes super difficult to complete the exact job. Blogspot offers fewer plugins compared to WP so to make the BlogSpot blog as Wp then we've got some alternative plugins as well as doing much serious personalizations.

How to Place Adsense Between Posts?

First Of All, we have to install the jQuery Plugin which would display the advertisements between each post no matter whether they are old or new because the plugin works quite amazingly. 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 that also contains the Adsense Ad Unit.
 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="MBB-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('#MBB-Ads').appendTo(jQuery('a[name="more"]'));
    });
</script>

</b:if>
All done: After customizing the Ad code according to your needs just press the  "Save Template" button.


0 comments:

Post a Comment

Popular Posts

Blog Archive

.comment-content a {display: none;}