Here's how I created an RSS news feed of my favorite articles that my friends could subscribe to in Google Reader:
- Set up a Delicious account.
- Add this bookmarklet.
- Point users to your new link feed: http://delicious.com/v2/rss/username/news (replace username with your delicious username)
- Optionally, you can create a quick share-to in Google Reader:
- In Google Reader, press the gear in the upper-right corner and click Google Reader Settings.
- Click The Send To Tab.
- Click "Create A Custom Link"
- Name = Important News (Delicious)
- URL = https://api.del.icio.us/v1/posts/add?description=${title}&tags=News&url=${url}
- Icon = http://delicious.com/favicon.ico
- Optionally, you can create a share-to on Android using the app DeliciousDroid.
Good work around David - thanks!
ReplyDeleteAnother way to get around this, without having to move to Delicious is to use 'bundles'.
One can tag the post that one wants to share, then wrap the tag in a 'bundle' and share the rss feed of the bundle.
Check this for a step by step walk through:
http://awesomearpit.blogspot.com/2011/11/fixing-google-reader.html
Arpit, I have a few concerns with this method:
ReplyDelete1. It isn't a one-click solution like the old "Reader Share" feature.
2. I could be wrong, but it doesn't appear to support sharing anything outside of Google Reader.
3. It's likely that the Bundle feature will also be removed from Reader in the future as it is further integrated into Google+.
Using an external social bookmarking service such as Delicious solves these problems elegantly and across all of my computers, phones, browsers, etc.
I may be missing something, but I can't get the bookmarklet or the "send to" option working.
ReplyDeleteWhether I share from reader or used the bookmarklet, in both circumstances I get the following:
************************
This XML file does not appear to have any style information associated with it. The document tree is shown below.
""
"<(SCRIPT/>"
""
************************
(I added the exterior quotes because blogger was trying to read the above as code)
I love this idea, and would greatly appreciate if you could help me on this so I can share this with my sharebros.
well, that didn't work, let's try it without the "<" & ">"
ReplyDeleteThis XML file does not appear to have any style information associated with it. The document tree is shown below.
result code="done"
SCRIPT/
/result
Sagefool: Since you are making an API call to Delicious, it responds with an API reponse. The response it is giving you is "done" which means that you successfully created the bookmark in delicious. If you surf over to the feed you created, you should see that the article you saved was in fact added to the feed.
ReplyDelete