How to Put AdSense Code in the Blogger Post Body (Part 2)

A million-dollar question is how to add ads between posts in Blogger. If you want to insert ads into your post content, i.e., it is now possible on Blogger after a certain paragraph. This script actually looks for <br /> tags inside your post and displays the ad unit. You can define several <br /> tags to display ads within your post content. A similar feature is already available for WordPress, but Blogger has lacked it for a long time. A custom solution can help you.

How to Put AdSense Code in the Blogger Post Body?

Put Google Adsense in middle of post

What is Additional?

1. Reduced the need for <br /> (line break) tags in his code and used CSS style “clear:both” for the same purpose.
2. Modded this code for center alignment by using HTML5 properties.
3. Add XML code that will load only on the Blogger item page rather than loading on other pages to save your blog performance.

How to Paste Ad Code on Blogger?

Now, I will discuss how to install/ integrate/ inject this script into your blogger theme. (!) You must take a backup of the Blogger theme before making any changes.

1. Find the <head> tag in your blogger template and place the latest jQuery just below it. Please avoid using two jQuery links. Remove the older one and use the new version.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js" ></script>

2. Second look for this code <data:post.body/> inside the Blogger theme and replace it with the following code –

<div id="PostBody">
 <data:post.body/>
</div>

<div id="AdCode">
<div style='margin:5px 0;text-align:center;clear:both;'>
 <!-- Ad Unit Code Here -->
</div>
</div>

New Blogger template may have 2 or 3 <data:post.body/> code. You should have to identify the correct one. Generally, the 2nd instance of <data:post.body/> is the right code to replace in new blogger templates.

3. Now search for </body> tag inside the Blogger theme and put the following javascript before/ just above it.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script>
 $AdCode = $("#AdCode").html();
 $("#PostBody br:lt(1)").replaceWith($AdCode);
 $("#AdCode").remove();
</script>
</b:if>

4. Save the changes made in the Blogger theme and have fun.

You can choose your Ad location –

By replacing the value br:lt(1) with br:eq(n), where n= 1, 2, 3…, which is the number of line breaks after which Ad will appear in your post. For example, If you want to show the Ad after the 5th line break, replace br:lt(1) with br:eq(5), and you are done.

Legal

As far as we know, using this or a similar script to insert ads within your post content is legal because most users using WordPress, Joomla, etc., are placing ads with the help of similar scripts. It does not matter if they are using PHP or JavaScript. The final choice is yours. Will you use it for your blog or not?

GitHub gisthttps://gist.github.com/vinayprajapati/5893386

Conclusion

After long research and discussion, we found that adding Google Adsense code inside the post body is possible with JavaScript. It is absolutely safe to use it. It is our request from  Google to give such a feature to Blogger by default.

62 thoughts on “How to Put AdSense Code in the Blogger Post Body (Part 2)”

  1. hello Vinay

    the tutorial is good and work perfect, but after one day i see the numer of request ads is much

    i search on Google and i find

    How to fix misconfigured ad request notifications

    but i dont understand what do exactly, you can help me!

    1. Avatar photo
      Vinay Prajapati

      Observe the ad requests for one or two weeks. This script just shows the ads in middle of posts there is nothing special in that. Please clear me about “misconfigured ad request notifications”… are you unable to use the script?

      1. i do like this tutorial and its work up to there!

        misconfigured ad request notifications : for example i have 5.000 visitors have see my ads on website but on this unit ads i add on middle post show me 10.000 visitors!

        1. Avatar photo
          Vinay Prajapati

          Okay, I got it. I will try to discover more about it and let you know. One reason I guess is that ad appears below post and then script take it to below certain paragraph there it again appear. This might be a possible reason.

  2. I placed the code but for some reason the ad shows up twice, once after the line break and after the end of the post. Any help would be appreciated.

    1. Avatar photo
      Vinay Prajapati

      Yes it is a know issue when you use AdSense Asynchronous Ad Unit. We are working to fix it asap.

  3. I’m using it and this is amazing! I’m writing from Italy and you are fantastic. One problem: is there a way to fix the bug that show the ads also at the end of the post? Thanks :)

  4. Hi blog author, thanks for getting this article because I am a blogger and I want to show ads in between articles.
    thanks

    1. Vinay Prajapati
      Vinay Prajapati

      You may need to place ad code within additional div. And define the ad size for this div using CSS.

  5. Avatar photo
    Top News Hindi

    I’m utilizing it and this is astonishing! I’m composing from Italy and you are awesome. One issue: is there an approach to settle the bug that demonstrates the promotions likewise toward the finish of the post? Much appreciated :)

  6. Avatar photo
    Rohit Raj Gupta

    I have applied everything but i have one suggestion for you.
    Try to show how to replace the ad code with the original adsense code.

  7. I have Placed my adsense code in the widget section it gas been week but its showing as the blank yellow space but its not still appearing what should be the problem , any suggestions please

  8. Avatar photo
    Caniwia Phoste

    Hello thanks for the code. It really did me wonders, worked perfectly on the website.
    But I would like to insert two or more ads like on 3rd , 5th and 7th paragraph how do I do that with this code thanks

  9. Avatar photo
    Caniwia phoste

    Hello i added the code o the website and its working perfectly thanks for the code, but i would like to display the ads thrice inside the article. For instance on 2nd paragraph, 4th and 7th how do i implement it

    1. Vinay Prajapati
      Vinay Prajapati

      Kar sakte hain, us tarah se agar aapko position badalani pade to sab post ko ek ek karke edit karna hoga.

  10. I place the code as describing but ads are not showing, any idea how much time it will take to show ads between post content.

    1. i guess it will take 24-48hrs to activate the ads, even i just tried on my theyogatradition_blogspot_com/
      blog, hopefully waiting for results

  11. Hi,

    Do i need to paste the below code before

    $AdCode = $(“#AdCode”).html();
    $(“#PostBody br:lt(1)”).replaceWith($AdCode);
    $(“#AdCode”).remove();

  12. Dear Sir,
    I using auto ads code,
    But ads not showing in post inner content.
    Post only showing outside of posts.

    Plz help.

  13. Avatar photo
    Hari Kishore

    automatically same ads started showing below post … is it comply google ads policy ?

  14. Avatar photo
    Suresh Kumar

    Hi sir,

    I am new to blogger, recently started blogging.
    When your free time please check my blog to guide me on how to use AdSense.

  15. Avatar photo
    Abdullahi Ismail

    Good day to you sir, please I need your help.
    I did All you said, but the AdSense is not showing.

  16. Hi Vinay! Thank you for sharing this guide. It worked on my blog, however, the ads are only showing at the bottom of my blog post. How can I show multiple ads in the middle of the blog content/post?

  17. I tried to add ad code inside the post content, but could not do. Let me try another day.

  18. This works like magic for me.

    In fact, I had to repeat that number line:

    It helped me to get another ad space in the article.

    Thanks for your help.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top