13
Aug 2009

Sharing from Google Reader - Now with endless possibilities

Google Reader just added a feature which lets you share with twitter, facebook, delicious etc. However, the biggest feature for me is the custom link. Its an extremely powerful feature for developers. The custom link basically allows you to take the title, url, etc and call any HTTP GET APIs with these parameters. Here is what I just did for example I wrote a Web App (using the Google App Engine for Java) that takes in the the articles title and short url and I created several types of shares. Share to twitter with a prefix- liked, with a prefix- Reading or with a Prefix- Share. I also created a shareType to allow me to quickly tip @techmeme the articles I like and I think will be breaking news material for techmeme.
I also created an API to post to my posterous account. This is another interesting thing to note. Posterous gives an awesome ability to auto post to tons of places that you can take advantage.

For basic users the default sendTo Twitter etc will work great! However for developers custom link creates endless possibilities to share. The default sendTo twitter requires authentication, the Twitter share I created for myself using a web API does not even require that, I use a private key to identify myself.

Google Reader keeps getting better day by day. Awesome Google Reader Team!

Aug 13, 2009
Svartling said...
Can you create on for sending to Posterous please?
Aug 13, 2009
Bwana McCall said...
I need help with Posterous as well. Their HTTP authentication is tripping me up with the API. I can't seem to supply credentials in the URL.
Aug 13, 2009
Svartling said...
Can the Posterous Bookmarklet reveal something maybe?
Aug 13, 2009
Svartling said...
Here is the soulution! It's @tamihania who made it! : http://posterous.com/share?linkto=${url} - and the favicon uri is: http://posterous.com/images/favicon.png
Aug 13, 2009
Avi Joseph said...
I'm so hapy that @Svartling Finally found out what he was looking for ;)
Aug 13, 2009
Bwana McCall said...
That's fine for the link, but I want more :( Guess I should just use the email link then.
Aug 13, 2009
Bwana
I actually use a web service that posts to posterous using their HTTP Post API. So from Google Reader, the URL is to my server. The reason I did that is, I did not want to persist my credentials in google reader and have that transmit the request to my server using a private key and have my server post to posterous.
When I go home tonight I will post more details on the code I used etc but I think you are looking to provide the basic authentication credentials in the url parameter, which I did not do.

Kiran
Aug 13, 2009
Svartling said...
Bwana: It does't just post the link, it uses the same features as the bookmarklet. You can choose to post what you want from the window that pops up. for example videos, pics or quotes.
Aug 13, 2009
Svartling said...
@avinio Thank you for your happiness :)
Aug 13, 2009
Bwana McCall said...
Ah Kiran, that explains it. Svartling, I did a couple of tests and it didn't seem to work like I thought it would. I'll give it another shot.
Aug 13, 2009
Phil Baumann said...
Very nice. Make sure you apend ${url} to get it to work. It works for me.
Aug 13, 2009
Svartling said...
Glad to hear it works for you Phil, it works great for me too. I use it a lot now :)
Aug 14, 2009
Seems like posterous officially added support and blogged about sendTo to posterous. http://blog.posterous.com/send-to-posterous-directly-from-google-reader
Aug 14, 2009
Svartling said...
Yes I found that rigt now too. Looks like it is exactly the same code :)
Aug 14, 2009
This keeps getting better. Google Reader officially added sendTo posterous support http://blog.posterous.com/posterous-added-as-an-official-send-to-locati
 
To leave a comment on this posterous, please login by clicking one of the following.
Posterous-login     twitter