Buzzslot, Web trends, internet strategy, design, blogging

How to add Google Buzz Share button

category: Snippets | Tags: , , .

Google Buzz is the new extension of the Gmail platform, allowing users to share photos, status updates, links etc. So as the potential growth of this project is big, due to the Gmail’s statistics of December, recording 176.5 million unique visitors, it’s time to show how you can add, a Google Buzz share it button in your post’s page.

You can use this code in every platform, not only wordpress. Just paste the code below in the post’s template file of your platform (single.php for wordpress) and voila, you are ready to buzz!!!

<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>

Comments are closed.