Adding Google +1 to WordPress
How to add Google plus one to wordpress
Really simple
1. add this code to your template file before the tag :
<script type=”text/javascript” src=”http://apis.google.com/js/plusone.js”></script>
2. Use this code on the page where you want it to appear:
<g:plusone size=”tall”></g:plusone>