Friday 10 June 2011

How to embed button Google+1 in blog? (2)

How to install the button google+1 below the title of the article, can you read here.
Now, how do I install the button google+1 under article?

If you want to put the button google +1 below the article, do this:

1. Login to www.blogger.com
2. Click design  >> Edit HTML
3. Download full template, and then click Expand Widget Templates. (for detail see here)
4. Find <data:post.body/>
5. Put this code, under <data:post.body/>

<br/>
<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>

<!-- Place this tag where you want the +1 button to render -->
<g:plusone></g:plusone>

6. Save templates.