Adding your blog to connected sites in Google Buzz
I have been trying out Google Buzz and have found it to be pretty exciting. It is at an early stage, but I see it replacing Twitter and Facebook. Not now, not soon, but it is inevitable.
If you had tinkered with Buzz, you would have noticed that your Buzz feed is actually collected from a set of connected sites. You can have only Blogger, Flickr, Picasa, your Google Reader Shared Items, Google chat status, and Twitter accounts in your Buzz feed.
Even though not available by default, you can add you (WordPress) blog to your connected sites in Google Buzz.
Update : Rather than waiting for Google to crawl your site and get the connected sites, you can use the following SGAPI crawler to recrawl your site at your whime
Such an association between a public feed and a Buzz user, which relies on the Social Graph API to verify that the Buzz user is the owner of the feed, can be done through a bi-directional claim. This means that the blog or site you want to add to your connected sites must be first added to the My Links section of your Google profile.
Then, you must point back to the Google profile from your blog or site. Do this by adding a <link> element of type rel=”me” and type=”text/html” with a href value of http://www.google.com/profiles/{user}.
That is, adding the following code to your blog/ site :
<link rel=”me” type=”text/html” href=”http://www.google.com/profiles/your.username”/>
The above is an example of an XFN (XHTML Friendly Network) link . I came to know about XFN while trying to add my blog to Buzz and now, this blog is an XFN friendly blog.
And when Google crawls your blog again and finds this association, voila, you will find your blog as a connected site on Buzz.
Happy Buzzing!















