add adsense code between post title and post body (Explanation video)
To display this ad within blog post also, click on Template tab, and then click on Edit HTML sub-tab link to open Blogger HTML code template editor to edit the contents of your template.
-Backup a copy of your template by click on Download Full Template link, in case it’s is needed be uploaded to Blogger server to recover the template in the event of mistake or corruption.
-Click to tick the Expand Widget Templates checkbox.
-Find the line with the following text:
for add adsense code between post title and post body:
- paste the below code Before text.
watch the video for more :
If you want to add adsense at the end of the Post :
-paste the below code after text.
watch the video fore more :
to move adsense on left side and to move adsense on right side use :
-After Wraping code Final code will look like
-Backup a copy of your template by click on Download Full Template link, in case it’s is needed be uploaded to Blogger server to recover the template in the event of mistake or corruption.
-Click to tick the Expand Widget Templates checkbox.
-Find the line with the following text:
___________________________
<data:post.body/>
____________________________
<data:post.body/>
____________________________
for add adsense code between post title and post body:
- paste the below code Before text.
__________________________________________
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
_________________________________________
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
_________________________________________
watch the video for more :
If you want to add adsense at the end of the Post :
-paste the below code after text.
__________________________________________
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
__________________________________________
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
__________________________________________
watch the video fore more :
to move adsense on left side and to move adsense on right side use :
________________________________________________
<div style='float:left;'> or <div style='float:right;'>
_________________________________________________
<div style='float:left;'> or <div style='float:right;'>
_________________________________________________
-After Wraping code Final code will look like
_______________________________
<div style='float:left;'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
_______________________________
<div style='float:left;'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
_______________________________
Leave a Comment