Howto add the button to your web pages:
Step 1: Place this tag in the web page head or just before the close body tag:
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
Step 2: Place this tag where you want the +1 button to render:
<g:plusone size="standard"></g:plusone>
This snippet is for the standard +1 button. If you want to use another size on your pages, change size=”standard” to size=”tall”
or to the other size that you want to use.


