How To Add Google Buzz Button to blogger blog

Posted by Lasantha Bandara on February 16th, 2010 File Under : bookmarks, button, google2 Comments

This tutorial explains how to add Google Buzz button to your blogspot blog.To add this,to your blog follow the steps below.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

Google Buzz is a new way to start conversations about the things you find interesting. It's built right into Gmail, so you don't have to peck out an entirely new set of friends from scratch — it just works. If you think about it, there's always been a big social network underlying Gmail. Buzz brings this network to the surface by automatically setting you up to follow the people you email and chat with the most.

-From google blog

<data:post.body/>

4.Now copy one of the below codes and paste it just before the above line.

Code 1:

<div style='padding: 4px; float: right;'>
<a expr:href='&quot;http://www.google.com/reader/link?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;srcTitle=&quot; + data:blog.title+ &quot;&amp;srcURL=&quot; + data:blog.homepageUrl ' rel='nofollow' style='text-decoration:none;' target='_blank'>
<img alt='Buzz It' src='http://3.bp.blogspot.com/_4HKUHirY_2U/S3oMlK3qMcI/AAAAAAAAAxI/OUlZw-ZvtgA/wpbuzzer-google-buzz-big.png' style='border:0px;'/></a>
</div>

Result:

Code 2:

<div style='padding: 4px; float: right;'>
<a expr:href='&quot;http://www.google.com/reader/link?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;srcTitle=&quot; + data:blog.title+ &quot;&amp;srcURL=&quot; + data:blog.homepageUrl ' rel='nofollow' style='text-decoration:none;' target='_blank'>
<img alt='Buzz It' src='http://4.bp.blogspot.com/_4HKUHirY_2U/S3oMogIJp3I/AAAAAAAAAxQ/b14CTXtWYuk/wpbuzzer-google-buzz-small.png' style='border:0px;'/></a>
</div>

Result:

Note:
It is better to host above 2 images yourself.

5.Now save your template and you are done.

File Under : bookmarks, button, google

2 Responses to “How To Add Google Buzz Button to blogger blog”

  1. ikb says:

    Now, we can add google buzz button with counter

    http://myfundoo-blog.blogspot.com/2010/02/google-buzz-button-with-counter.html

  2. BloggerGeeze | Blogging Tutorials says:

    I have other alternatives for adding Google Buzz button on either Blogger or WordPress platform and here is the link for the noobish tutorial: Google Buzz it Button for Blogger and WordPress Blogs

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.