Hello! friends welcome back to TechBrainaic, in today's tutorial I'm going to share with you how to enable In-feed native ads in any Jagodesain blogger template. This method has been tested on iMagz blogger theme and it's also suitable for UI median and Fletro Pro.
Show In-feed ads in blogger |
Showing In-feed ads on blog using any of the Jagodesain Blogger Theme has mentioned above is quite easy, because the principal code needed to enable In-feed and In-article ads as already been installed by the templates designer, basically all you need to do is to find the line of code and paste your adsense code between it accordingly.
Before making any changes to your template make sure you take a back up of it just in case something unexpected happens.
Step 1: To Start with Login to your Blogger Dashboard.
Step 2: From your Blogger Dashboard, click Theme.
Step 3: Click the arrow down icon next to the 'Customize' button.
Step 4: Choose Edit HTML, you will be redirected to the editing page.
Edit Theme HTML |
Step 5: Now Press CTRL+F to find the code as given below and remove the comment tag at start and end of the code just above either <!-- & --> to enable it.
<!--[ Remove comment tag below to enable in-feed ad ]-->
<!--<b:if cond='data:i == 2'>
<b:include name='post-adIn'/>
</b:if>
<b:if cond='data:i == 6'>
<b:include name='post-adIn'/>
</b:if>-->
<!--[ Remove comment tag below to enable in-feed ad ]-->
<b:if cond='data:i == 2'>
<b:include name='post-adIn'/>
</b:if>
<b:if cond='data:i == 6'>
<b:include name='post-adIn'/>
</b:if>
By default ad position will be displayed on the 3rd and 7th order in the list of posts (the loop count starts from number 0), you can change it by replacing number marked with the order you want.
<!--[ In-feed ad ]-->
<b:includable id='post-adIn'>
<div class='ntry nAd'>
<!--[ InFeed Ad ]-->
<!--<ins class='adsbygoogle'/>
<script>...</script>-->
</div>
</b:includable>
All Our Posts Are Protected by DMCA. Therefore Copying Or Republishing Of The Contents Of This Blog Without Our Permission Is Highly Prohibited!
If Discovered, Immediate Legal Action Will Be Taken Against Violator.