Created
April 2, 2012 04:43
-
-
Save slav123/2280805 to your computer and use it in GitHub Desktop.
googleplus async buttons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Place this tag in your head or just before your close body tag --> | |
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"> | |
{parsetags: 'explicit'} | |
</script> | |
<!-- Place this tag where you want the +1 button to render --> | |
<g:plusone></g:plusone> | |
<!-- Place this render call where appropriate --> | |
<script type="text/javascript">gapi.plusone.go();</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment