
How To Add +1 Button In Blogger
1. Go To Blogger > Design > Edit HTML
2. Backup your template
3. Search for </head>
4. Paste the code below just above </head>
3. Search for </head>
4. Paste the code below just above </head>
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"> {lang: 'en-US'} </script>5. Now Check the "Expand Widgets Templates" Box at the top right corner. In order to place the button just below Post titles then search for this code <data:post.body> and place the +1 button code given below just above it,
<div style='float:left'>You can display it to "left" and "right" by adjusting left
<g:plusone size="standard" expr:href="data:post.url"/>
</div>
6. If you want the button to appear below blog posts then add the button code just below
<data:post.body>
7. Save your template to see it working. Have fun! :>





