Three easy steps to add +1 button to blogger.

This is your +1 button try clicking it......



Following are steps to add this to your site or blog
1. First, login to blogger go to
     Design> Edit Html
    Click on
    "Expand widget templates"


2.Then copy the code given below before tag </head> tag

<script type="text/javascript" src="http://apis.google.com/js/plusone.js"> </script>

3. Now copy the following code after <data:post.body/>

<g:plusone> </g:plusone>


Note: You can change the look of the button by going to Google +1 button website . To customize look you have to alter the code given above. For example for tall + 1 button you can use following code


<g:plusone size="tall"> </g:plusone>     

Enjoy



No comments: