Skip to content

Instantly share code, notes, and snippets.

@nielsenrc
Last active April 26, 2016 19:28
Show Gist options
  • Save nielsenrc/e2abceccd080fb8dd957 to your computer and use it in GitHub Desktop.
Save nielsenrc/e2abceccd080fb8dd957 to your computer and use it in GitHub Desktop.
JS | Google + Asynchronous Snippet
<script type="text/javascript"
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js?onload=onLoadCallback';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment