0
How to add Google Buzz button to Blogger blog posts

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.
2. Click at the Edit HTML tab which will lead you to the Edit Template page.
3. At the Edit Template page check the Expand Widget Templates option. Now you have to be careful here. First find the following code to your template: <data:post.body/> (press CTRL+F paste the code and the browser will find it for you).
Edit Template in Blogger
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.
Google Buzz Buttons

 
GIGA Computers | © 2010