I noticed that the Google Reader team tweeted today about the fact that you can now embed "Share in Reader" links on your site. As it seams you can never have too many ways to share the content of your blog these days I thought I would spend a few minutes and have a play with this for b2evolution. If you are happy to open up your skin files then you can add the following in a location of your choice to get the "Share in Reader" link:
PHP:
<div class="share_in_reader"> | |
<?php | |
$url = $Item->get_permanent_url(); | |
$title = urlencode($Item->title); | |
$srcUrl = $Blog->get('baseurl'); | |
$srcTitle = urlencode($Blog->name); | |
?> | |
| |
<a href="http://www.google.com/reader/link?url=<?php echo $url;?>&title=<?php echo $title;?>&srcUrl=<?php echo $srcUrl;?>&srcTitle=<?php echo $srcTitle;?>" title="Share in Google Reader">Share in Google Reader</a> | |
</div> |
You can obviously add the appropriate images etc to make this look nicer and it wouldn't be too hard to wrap all this up in a b2evolution plugin if there is a desire for that kind of thing. If you are going to hack about with your skin files, make sure you back them up first ![]()
Best,

Subscribe: 


Interesting.
But I like the easy button plugin