Add Responsive Ads into Your Blogger Post Content 2018

How To Add Responsive Ads into Your Blogger Posts.

How To Add Responsive Ads into Your Blogger Posts.

How To Add Responsive Ads into Your Blogger Posts.

Today We Share a Tips/Solution For Blogger Ad sense. In This Post We Shown Here "How To Add Ads On Your Blog Posts Inside" Yes ! Ha ha ...?? It's True 100 % Working, Now We Can Add Ads on Our Post Content. If you want to insert ads into your post content then follow this helpful article.

Lets Follow Below Step??


Make a Sure You First Take a Backup Your Theme.

?Go to Your Blogger Dashboard.?Click on Template.?Then, click the Edit HTML button.

?Now Press Ctrl+ F and Find for the following code.

</head>

?Then Added Below Jquery File On Above Tag.

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

Pls Note**  If You You Are Using Latest Template or Any Custom Templates Then No Need To Be Add This Code, or If You Have Already Any Jquery File Then Ignore This Step.



? Search For Below Code 

<data:post.body/>

You Get Three Times This Code or May Be Found More. Dont't Go Any Where Need To 2 Or 3 Place.{ Need to be Identify Your Proper Place} - Simply Copied Below Code To Replace Above 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>


?Now Search for </body>
?When You Find That Tag Then Add Below Code On Above/Before The </body> Tag.

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

Finally Save The Template Done.??

Author Note**  You can choose your Ad location, By replacing the value br:lt(1) with br:eq(n) .

Also Read : Best Seo Optimized Ad-sense Approval Templates For Blogger.

That's It. Enjoy????

Conclusion :  This Tricks is 100% Safe & Responsive; Doesn't Effect Your Blogger Loading Page. If You Find This Tricks Useful Then Please Share This With Your Friends. Any Asking or Request Feel Free To Comment Below.??

Post a Comment

0 Comments