Google Buzz is a new social tool by Google. It is embedded with Gmail so you can receive buzz directly in your mailbox. I added the Google Buzz button on my blog yesterday and it was a cakewalk.
- Log-in to your blog and open the file in which you would like to integrate Google Buzz button (e.g. single.php)
- Copy and paste the following code in the file.
<a
href="http://www.google.com/reader/link?url=<?php the_permalink() ?>&title=<?php the_title(); ?>&snippet=<?php the_excerpt();?>&srcURL=http://www.techwhiz.in&srcTitle=TechWhiz" target="_blank" rel="nofollow external"><img
src="http://www.techwhiz.in/images/google-buzz.png" alt="Google Buzz" /><img
src="http://www.techwhiz.in/images/buzz.png" alt="Google Buzz" /></a>
- Download the following image files and upload it on your server (e.g. http://www.yourblog.com/images/).

- Make necessary changes in image tag in the above code.
- Modify ‘srcTitle’ in the above code and enter your blog name.
- Save the file, Google Buzz will be added to your blog.







