Following the release of Google Buzz, there are already some plugins to integrate this new tool in your WordPress blog. Google Buzz lets you share text information, photos, links and everything else. Integrated into Gmail, it allows you to keep abreast of publications your Gmail contacts.

Google Buzz Button is a plugin that allows you to add a “Buzz Google” button in stylish items in your WordPress blog. Your readers may well, in a click, write your article so instantly with their contacts. In the options of the plugin, you can automatically insert the button in your articles and pages or just disable this automation and then manually insert the button through the function. A CSS class “google_buzz” is attributed to the image. The personalization of the image is easier and allows for an unique look.
Google Buzz ER is a plugin that allows you to display the “Buzz” from your Google account. To do this you simply inform your Google username and insert the module via the tab “widget” to your WordPress theme or via the php function given. Publications are displayed from oldest to newest. It displays the time (or date) when the “Buzz” was published, the title of “Buzz” and link “Comment” to discuss the publication.
Using Google Buzz Button
If you want to display the button manually, simply paste the following PHP code in your theme. Preferably in the “single.php” and the loop section.
<?php if ( function_exists( ‘add_google_buzz_button’ ) ) { add_google_buzz_button();} ?>
Using Google Buzz ER
Same if you want your “Buzz” in the widget, simply place the code wherever you want.
<?php GoogleBuzzEr(); ?>
Related posts:
- How to submit your blog to Google News Google News is a service that provides a compilation of articles published by many news sources speaking from 8 categories...
- Migrating from Blogger to WordPress without losing the Google Page Rank The goal: Your blog is hosted by the abc.blogspot.com platform Blogger, but you now want to move this blog to...
- 6 WordPress Plugins For Twitter After you have met 6 plugins for Facebook, I told myself to do the same for Twitter was the logical...
- Show the number of online visitors on your blog UserOnline is an extension allowing you to view and see the number of users, guest (s) and spam your blog...
- WordPress, translation – Translate site WordPress and its plugins in several languages With the ambition to discover your wonderful site in the world, you’ve probably stumbled on the problem of the translation....


February 15th, 2010
Administrator Frelia
Posted in Uncategorized