Skip to content

Instantly share code, notes, and snippets.

View ajibanda's full-sized avatar
:electron:
Chilling…

Aaron Banda ajibanda

:electron:
Chilling…
  • Philippines
  • 17:55 (UTC +08:00)
View GitHub Profile
@vinayprajapati
vinayprajapati / Adsense in Middle of Post: Blogger
Last active October 25, 2022 08:35
Adsense in Middle of Post: Blogger - Advanced Practices (Part 2)
//Copyright 2013 by AJ Banda + Vinay Prajapati
//http://www.techprevue.com/2013/06/adsense-in-middle-of-post-blogger_30.html
//1. Below <head> place this
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js" ></script>
//2. Replace <data:post.body/> with the following code
<div id="PostBody">
<data:post.body/>
</div>