This button from is a great way to share your articles through the Google Buzz account. So the function of this button is the same as the Tweet button for which I wrote an article on how to add the Tweet button to Blogger blogs. In this short tutorial I’m going to show you the simplest way to install this button in every post of your Blogger blog.
1. Login to your Blogger account and go to Design.



After you have find the line where is written <data:post.body/> just after it paste the following code:
For Button + Counter copy and paste this code:
<a title=”Post to Google Buzz” class=”google-buzz-button” href=”http://www.google.com/buzz/post” data-button-style=”normal-count“></a><script type=”text/javascript” src=”http://www.google.com/buzz/api/button.js”></script>
Important: The code above will display the button in normal size but if you want the small version of the Google Buzz Count Button replace the words in RED with small-count.For Button only style copy and paste the following code:
<a title=”Post to Google Buzz” class=”google-buzz-button” href=”http://www.google.com/buzz/post” data-button-style=”normal-button“></a><script type=”text/javascript” src=”http://www.google.com/buzz/api/button.js”></script>
Important: Also this code will display the button in normal size but if you want the small version of the Google Buzz Button replace the words in RED with small-button.For link button copy and paste the following code:
<a title=”Post to Google Buzz” class=”google-buzz-button” href=”http://www.google.com/buzz/post” data-button-style=”link”></a>
<script type=”text/javascript” src=”http://www.google.com/buzz/api/button.js”></script>
After you have added the code in your template, just click Save Template and preview your blog.<script type=”text/javascript” src=”http://www.google.com/buzz/api/button.js”></script>
