Google Buzz is launched and many publishers, webmaster and web addicts has already started using that. If you are having a WordPress site then you can add “Google Buzz Button” thru a simple wordpress plugin to let other people share your posts on their Buzz. Google didn’t release any official button yet but we have released a WordPress plugin to add a button on a post/page. Once your visitor will click on this button, they will be taken to a page where they can add some note on your post’s link and title and share that on their Buzz. This way your post/page’s reach will increase by huge amount.
What is Google Buzz Button
Share your posts or pages and let other share that on their buzz account thru Google Buzz Button.
How to Install Google Buzz Button
- Download Google Buzz Button WordPress Plugin from WordPress Plugin Repository
- Upload in wp-content/plugins folder on your server
- Activate the plugin from Plugin Dashboard
- Done! A new Google Buzz Button will start appearing after the post content on each single page. You can customize the location of Buzz Button.
Usage of Google Buzz Button Plugin
On Google Buzz Button plugin settings panel, you can change the location of button. For example, you can place the button after or before the content of the post or page.
1. If you have selected ‘Manual Insertion’ from the Google Buzz Button settings page, then insert the below code in the WordPress Loop wherever you want
if ( function_exists( ‘add_google_buzz_button’ ) ) {
add_google_buzz_button();}
2. If you have selected ‘Before Content’ as the location of the button, which is default, then the Google Buzz button will be automatically inserted on all the posts and pages after the title and before the content.
3. If you have selected ‘After Content’ as the location of the button, which is default, then the Google Buzz button will be automatically inserted on all the posts and pages after the content.
4. The anchor tag has the class attribute as ‘google_buzz’, you can customize it with any CSS styles thru your theme template style sheet.
We had submitted this plugin on WordPress Directory for approval. It has been approved and now you can directly download the plugin from WordPress Plugin Repository.
Credits
1. Mashable : For designing very first Google Buzz Button that we have included in this plugin. Thank you Pete Cashmore of Mashable.com