How to add Google Buzz button to WordPress and Blogger

VN:F [1.9.17_1161]
Rating: 0.0/5 (0 votes cast)

Already some days are working Google Buzz. I made short search on Google for possibility to add Google Buzz button to Blogger template. As I didn’t find it on first page, I decide to rewrite some of previous Blogspot template code, which I made earlier.

google buzz logo

So here it is: (live example: http://mediabox4b.blogspot.com)

<a expr:href='&"http://www.google.com/reader/link?url=&quot; + data:post.url + &quot;&amp;title=&" + data:post.title + &quot;&amp;srcTitle=&quot; + data:blog.title+ &quot;&amp;srcURL=&quot; + data:blog.homepageUrl ' rel='nofollow' target='_blank'>+add to Google Buzz</a>

put it near data:post.body

Made with MediaBox.lv / Umbrovskis.com

Where
url=data:post.url – post URI,
title=data:post.title – post title,
srcTitle=data:blog.title – post source, You may also use data:blog.homepageUrl,
srcURL=data:blog.homepageUrl – source home page.

And Google Buzz button for WordPress blogs:

<a href="http://www.google.com/reader/link?url=<?php the_permalink() ?>&title=<?php the_title(); ?>&srcTitle=<?php bloginfo('url'); ?>&srcURL=<?php bloginfo('url'); ?>" rel="nofollow" target="_blank">+add to Google Buzz</a>

Put this inside WordPress post loop.

VN:F [1.9.17_1161]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Already some days are working Google Buzz. I made short search on Google for possibility to add Google Buzz button to Blogger template. As I didn’t find it on first page, I decide to rewrite some of previous Blogspot template code, which I made earlier. And for WordPress blogs too……

No comments yet.

Leave a Reply

Your email is never published nor shared.

*

You may use these HTML tags and attributes:
<a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>