How to Put Adsense in Blogger Post | How to Put Adsense Inside Blog Posts

Step1- Go to Design > Edit Html
Step2- Click on checkbox-  Expand Widget Templates.
Step3-Do Ctrl+F for <data:post.body/>
Step4- Paste this grey color code above <data:post.body/>. The code is given below.

<p align=’center’>
<b:if cond=’data:post.includeAd’>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</p>

Step5- Go to — https://www.eblogtemplates.com/blogger-ad-code-converter/
and convert your adsense code to stop parse code error.
Copy the converted code and paste as shown below.

YOUR CONVERTED ADSENSE CODE HERE
<p align=’center’>
<b:if cond=’data:post.includeAd’>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</p>


Step6- Save template you are done. Ha..Ha..enjoy and must post your comments if you face any problem.

This will look like this
See also  How to Implementing adsense in mobile version of blogger

Posted

in

by

Tags:

Comments

Leave a Reply

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