Add a Google Buzz Share Button to WordPress

Posted on 11. Feb, 2010 by admin in Google Buzz, iphone, mobile marketing blog, mobile marketing news

Google Buzz was released this week to great fan fare and quickly rose to the top “tweet” on Twitter (ironic). If you missed the announcement, you can read about it here: Google Buzz Announcement

For Wordpress sites, if you are looking for a way to take advantage of Buzz and allow your readers to “Buzz up” your post.

1. Within your wordpress theme editor, access the “singlepost.php” file
2. Add the code below just after this:

<h1><?php the_title(); ?></h1>

<a href="javascript:var%20b=document.body;var%20GR________bookmarklet_domain=&quot;http://www.google.com&quot;;if(b&amp;&amp;!document.xmlVersion){void(z=document.createElement(&quot;script&quot;));void(z.src=&quot;http://www.google.com/reader/ui/link-bookmarklet.js&quot;);void(b.appendChild(z));}else{}"> <img src="http://imgur.com/3GJMv.png" border="0" alt="Share on Google Buzz" /></a>

3. Save.

Happy buzzing!

Leave a Reply