Rojolicious; closing the loop between Rojo and del.icio.us
When Steve Gillmor wrote:
I wish Joshua Schacter would respond to Chris Alden and work out a Rojo flag-to-del.ico.us bridge so I can autopopulate my del.icio.us feed with items.
I responded by saying that it seemed an easy fix for something like Greasemonkey to take care of. Knowing from the same post that Steve is running Firefox on his tablet, Greasemonkey seemed a natural bridge-gap between Rojo and del.icio.us.
At the time I knew some javascript but not enough about Greasemonkey to get my feet wet. But as I used Rojo more and more I began to feel the gap between the two services more and more. I also kept a close eye on Steve’s Shared Stories in Rojo, hoping for some nugget of goodness to pursue, but the list remained empty, and I surmised that Steve might have no reason to share stories in Rojo if he had to put them in del.icio.us separately.
So I sat down and worked out the solution myself and wrote a Greasemonkey script that combines sharing in Rojo with posting to del.icio.us. If you run Firefox and Greasemonkey, use del.icio.us and Rojo, and are interested in unifying the share process in Rojo with the posting process in del.icio.us, this script is for you (at least until Rojo and del.icio.us get their heads together about it).
To get the script, go to this page and enter your del.icio.us username. The script needs to have your username so it can post to del.icio.us for you, and so the script must be personalised for each user. Please comment here if you have feedback of any kind. Down the road a but I’ll be adding some additional features to the script. If you’re interested in hearing about those when they’re ready, there’s a place for your email address.
My thanks to Allen Searls and Christian Wilcox for alpha testing Rojolicious.

May 23rd, 2005 at 6:19 pm
Allen
May 23rd, 2005 at 8:07 pm
Cori, inspired by Steve Gilmor’s suggestion, built Rojolicious — a tasty bridge between Rojo (a social-networked RSS aggregation site) and Del.icio.us (which needs no introduction). I now automatically use Rojolicious as part of my blogging routine, …
May 23rd, 2005 at 8:09 pm
When I tried it after you posted this, for example, I didn’t see the tags populated. However, maybe what you mean is the pre-seected list of your tags that del.icio.us provides. That has little to do with Rojolicious per se; it’s only the result of the del.icio.us api call that I use. To be honest, without that list I wouldn’t use del.icio.us at all.
Thanks for using Rojolicios
May 26th, 2005 at 5:31 pm
May 26th, 2005 at 6:12 pm
Yes, that’s on my list of tasks - I’m deciding right now if that’s next or posting to del.icio.us when stories are flagged in Rojo (instead of just when shared) will be next. Probably auto-tagging, because it’s a little simpler to do (the flagging thing will take some serious XPath work- at least for me, I think).
As far as your other comment, I assume you mean that you want it to save to del.icio.us when the Share button is clicked without popping the del.icio.us window, right? In order to do that I have to have the tagging thing working, and then I need to figure out how to get del.icio.us to save automagically. I’m not aware that that’s available right now, and my e-mail to Josh Schacter about it has gone unanswered as yet. If you know of a way to do this, please let me know.
Thanks for your interest!
May 28th, 2005 at 5:12 am
May 28th, 2005 at 8:54 pm
May 28th, 2005 at 9:10 pm
Personally, I usually go for a@b.c or (when confronted with a particularly pseudo-intelligent javascript validation) a@b.com. It’s shorter.
June 1st, 2005 at 8:03 pm
Je viens de crer un compte sur Rojo, un agrgateur en ligne qui comporte galement des fonctionnalits sociales (partage des fils RSS, invitations etc.). J’ai appris l’existence de ce service par un billet sur O’Reilly Radar au sujet de…
June 14th, 2005 at 1:32 am
June 17th, 2005 at 5:41 pm
June 18th, 2005 at 8:20 am
I finally peaked into rojo this week. Not sure if I am ready to switch from bloglines. Old habits die hard. But, there is a compelling case for it. Very compelling: I use my blog to network. Links are a
January 8th, 2006 at 7:49 pm
January 8th, 2006 at 8:33 pm
The script needs to be personalized because it needs to have your del.icio.us username in it for the POST to your del.icio.us bookmarks. The script’s page uses php to generate a new file with your name in it and provide you with a link to that GM script file. You could always provide a bogus username and then manually edit the script if that makes you more comfortable.
Does that help?