a Google Buzz plugin for jQuery
Buzzbee is a jQuery plugin and web service to embed Google Buzz in your website.
Type in a Google Buzz user ID and press load (try TechCrunch for example):
Update: Buzzbee no longer requires jQuery 1.4.1 or a browser that supports cross-domain headers!
Getting started with Buzzbee is as easy as:
<div class="buzz-box">Loading...</div>
<script src="http://jquery-buzzbee.appspot.com/jquery.buzzbee.js"
type="text/javascript">
</script>
<script type="text/javascript">
$(document).ready(function() {
// Your profile ID can be found from your profile URL.
// http://www.google.com/profiles/example#buzz
// Means the ID is 'example'
$('.buzz-box').buzzbee('example');
});
</script>
If you would like to host the JavaScript files yourself, you can download the latest JavaScript files from GitHub.
The buzzbee function can take two arguments; the first being a Google Profile ID and an optional options object containing:
error'Unable to connect.'.empty'No available Buzz.'.limit10.max_media_height120.entry_separatordetail_separator' - '.serverurl_prefix + user + '?callback=padding' and it must return a JSONP formatted Buzz profile feed (like this one). The default is 'http://jquery-buzzbee.appspot.com/jsonfeed/'