Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created July 12, 2013 23:21
Show Gist options
  • Save AbhishekGhosh/5988560 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/5988560 to your computer and use it in GitHub Desktop.
AdSense Asynchronous
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-12345678900987654321"
data-ad-slot="098765432"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment