Skip to content

Instantly share code, notes, and snippets.

@shemul49rmc
Created October 31, 2013 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shemul49rmc/7253769 to your computer and use it in GitHub Desktop.
Save shemul49rmc/7253769 to your computer and use it in GitHub Desktop.
Google +1 Button script
Search for </head>
Add below code just above it:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
If you had added jquery previously, then you dont need it. View the page source and find for "jquery/1.7.2/"
Step 2 : Add Google +1 Button script
Add this code just below of above code:
<script src='http://apis.google.com/js/plusone.js' type='text/javascript'> {lang: &#39;en-US&#39;} </script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment