Now Google buzz introducing it's buzz button for websites same as Yahoo Buzz, Digg and all social bookmarking sites. Google Buzz button plug in for wordpress blog are available and blogger also can add Google buzz button to their blog and get more backlinks for their blogs.
Google Buzz is a new way to start conversations about the things you find interesting just like twitter. It's built right into Gmail, so you don't have to peck out an entirely new set of friends from scratch. As Google reader become medium to share blog posts via Google Buzz blogger are using this to their sites for getting more traffic and backlinks. How to add Google Buzz button to your Wordpress site
For add Google buzz button to you worpress website you have two ways. From that first is :Step 1 : Log in to your Wordpress Admin page.
Step 2 : Go to your theme.
Step 3 : Click single.php file (right side of the navigation).
Step 4 : Paste this simple code where you want the button to appear.
| <a href="http://www.google.com/reader/link?url=<?php the_permalink() ?>&title=<?php the_title(); ?>&srcURL=<?php bloginfo('url'); ?>" target="_blank" rel="nofollow external"><img src="http://img138.imageshack.us/img138/9738/googlebuzz.png" border="0" width="50" height="58" alt="Google Buzz" /></a> |
And other way for Wordpress blog in you can directly use plugin for Google Buzz. Download Google buzz plugin for wordpress blog.
How to add Google Buzz button to Blogger Blog
Step 1 : Sign in to BloggerStep 2 : Go to Layout Tab
Step 3 : Click on Edit HTML
Step 4 : Click on Expand widget templates at right top side of an editor
Step 5 : Find Out <data:post.body/>
Step 6 : Now, copy and paste code given below before <data:post.body/> and you can see Google buzz button after blogpost title.
| <div style='float:left;padding:2px;'><a expr:href='"http://www.google.com/reader/link?url=" + data:post.url + "&title=" + data:post.title' target='_blank' rel='nofollow' title='buzz this'><img alt='buzz this' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi29rM8pks3OWeQBJe_LKvztJV9H2oBFGzYVirAUzBA5TEWOtpQmiUTwG_D_JW8_VEmoAsxUZB9b4ZRlCTJJGGU8_Mn5BjpjXtybDCTgPE52KhvG3v0CzyiHPdv4E9ZYE_RMgS8JDUJ7Y3B/s400/Google+Buzz.png'/></a></div> |
If you want to see Google Buzz button after blogpost then put this HTML code after <data:post.body/> and you get Google Buzz button at the end of blog post.
No comments:
Post a Comment