HOW TO ADD ADSENSE AD IN THE MIDDLE OF ANYWHERE IN BLOGGER POSTS

In a previous post we saw how and where we can place Adsense ads on our blog, however, these methods would only allow us to place ads on predetermined fixed locations and the common areas are the beginning of the post and/or the end of the post
 But what if we want to display an Adsense in the middle of a post?

Today I will show you how you can manipulate the location of the ads to be displayed by adding a script inside the template and using a tag inside our post to where we want the Adsense ad to appear. Once added, we can place the ads anywhere, be it between paragraphs or in the middle of the content etc.

Usually the advice is that you fully backup your template(go to Template >click on Backup/restore buttton)

Step 1 First thing we need to do is to "Parse" the Adsense code, in other words, convert it to plain text.
Then go to Template, click on the Edit HTML button, click anywhere inside the code area and lood for this tag below using CTRL + F

Note: you may find it several times, but we need to stop at the second one or if you can't see any changes, test the third one

Step 2. Replace the tag with this code:


Download the above code Here
Step 3. Put the converted Adsense code to where you see the annotation, then save the changes by clicking on the Save template button.
Note: For centering ads, add the center tag before and after the AdSense code, like this:


Step 4. When you create a New Post, add this tag inside the HTML section to where you want the Google AdSense ads to appear:
For example:

Note: If you don't add the label to bring up the ad, then the ad will appear below the title by default.
And you don't have to worry about violating the Google's Terms of Service because applying this method we are not changing the structure of the ad.