In this Post I will show you How to add Google Buzz Button to BloggerPosts, Google Buzz is a Social Bookmarking Site as Facebook andtwitter, It helps Bloggers to share their posts at Google Buzz and It'seasy to Add.It will be like this at the right of the post body.
1- Go to Dashboard >> Layout >> Edit HTML >> then Check Expand Template Widgets
2- Find the following Code:
<div class='post-header'>
3- Write the following code bellow it:
<div style='float:right;padding:4px;'> <a href='javascript:var%20b=document.body;var%20GR________bookmarklet_domain="http://www.google.com";ifundefinedb&&!document.xmlVersion){voidundefinedz=document.createElementundefined"script"));voidundefinedz.src="http://www.google.com/reader/ui/link-bookmarklet.js");voidundefinedb.appendChildundefinedz));}else{}'><img alt='Buzz this' src='http://img2.pict.com/15/da/3e/2809374/0/googlebuzz.png'/></a> </div>