THIS BLOG PERMANENTLY MOVED TO http://www.gnuband.org.
PLEASE, GO TO http://www.gnuband.org
(you are going to be redirect at www.gnuband.org in 20 seconds)

August 29, 2005

Categories (tags):
Mozilla mozilla
Programming programming
Social Software social_software
Identity Burro: making social sites more social.

Identity Burro Project Page.
[Impatients can check the Flash video or the Screeshots or directly install the script (current version 0.4).]

Identity Burro is a Greasemonkey script for Firefox that gives quick access to all the public aspects of a person: photos, blog, preferred sites, preferred songs, etc.
Precisely, when you navigate on the Web page of a certain user on (for example) Flickr, it inserts into the Web page links to the page of the same user on , Del.icio.us, Technorati, CiteULike, WebJay, Last.tm/Audioscrobbler, Rojo, 43things, 43places, AllConsuming, LiveJournal, Simpy (see Screenshots). And of course it works also on the other sites, i.e. when you are on del.icio.us page of user "alice", links to the userpage of "alice" on the other sites are shown (see Screeshots).

An example? Have it. danah seems to use consistently the nick "zephoria" on social sites so you can try the extension with her Web presence (if you prefer to first watch and then try, you can see the Flash video of what will happen).
1. Just install Identity Burro script (or see install howto ).
2. Then visit (for example) zephoria page on Flickr or zephoria page on last.fm.
3. Now on the left of the flickr or last.fm danah's page, you see a box with some icons that links to the pages of danah on the other social sites (see screenshot).
4. You can also expand the box to see more descriptive text for links (see screenshot).
5. If you click, for example, on the del.ciou.us icon, you land to zephoria page on del.icio.us.
6. Can you think of another? Well, feel free to add it in the comments.

So basically when you find an interesting user on, say, del.icio.us, you can try to see (one-click-away) her photos of Flickr, and her blog, and her preferred songs on Last.fm and Webjay, and the things she wants to do on 43things, and ... Of course, sometime the user will have a different nick on different sites and in this case the script is not that useful (however see possible inprouvements) but, hey, it is only one-click-away so you can give it a try anyway, right?

Possible improvements
1. Assuming that a person has the same nickname on all the social sites is of course working on very limited cases. So what do we need? We need a parent place where an user can reasonably keep a link to all her identities (and possibly expressing them with a microformat, hIdentity?), and what better than your own blog? Possibly we could use OpenID, a decentralized identity system but I haven't thought too much about it. Do you have any suggestion?
An OpenID identity is just a URL. You can have multiple identities in the same way you can have multiple URLs. All OpenID does is provide a way to prove that you own a URL (identity). And it does this without passing around your password, your email address, or anything you don't want it to. There's no profile exchange component at all: your profiile is your identity URL, but recipients of your identity can then learn more about you from any public, semantically interesting documents linked thereunder (FOAF, RSS, Atom, vCARD, etc.).
2. From a visual point of view, the HTML element inserted in the HTML page (divs, links, etc) inherits the CSS style of the current site. For example if flickr would have a black background and links in shocking pink, the IdentityBurro box would have them as well. Since I would like to have the same box, with the same colors and spaces between lines and fonts in all the possible sites, the question is: there is a way to clear all the previous set styles for an element? a sort of resetStyle? or somewhere a list of how all the CSS properties are set by default? If you have suggestions, the comments may be a good place where to place them. [In the code there is the variable resetStyle that tries to reset all the styles and it is prepended in every your_element.setAttribute("style",resetStyle+ "your specific inline css here")].
3.Still some sites to be added such: furl, wist, blogmarks, tagsurf, upcoming, jots, podcast, bloglines, smugsmug, bookswelike, kinja.com. Any more?
4. creating an ajax method that query google or yahoo! for "<username> blog" and creates a link with the first returned result (possibly the highest in the two combined queries) with anchor text such as "guessed blog of <username>". For the ajax-power, I guess I need to steal, ... ehm, take inspiration again from the fantastic bookburro code! [winking face]
5. peritus was thinking about doing something with FOAF information as well. I can't remember now precisely what.

Thanks to:
- Jesse for providing the fabolous BookBurro Greasemonkey script and releasing it under Creative Commons "Attribution-ShareAlike 2.5"
- Peritus for improuving the script in various ways.
- The mozilla community at large for providing Firefox, a web browser it is fun to play with (and hopefully, in the process, improuve it a bit).
- Otis Gospodnetic, creator of simpy.com, for sending me by email the code for adding simpy to the list of supported sites that was introduced in version 0.4.

Licence:
The script code is released under a Creative Commons "Attribution-ShareAlike 2.5" (since BookBurro code was). So feel free to play with it, improuve it, redistribute it, ...

How to install Identity Burro
1. Install the Mozilla Firefox browser;
2. Install the Greasemonkey extension;
3. Install the Identity Burro script (current version 0.3).
[If you have problems, check the Flash video]

Flash Video of Identity Burro









Screenshots

Identity Burro collapsed on danah's page on del.icio.us





Identity Burro expanded on danah's page on del.icio.us





Identity Burro collapsed on danah's page on flickr





Identity Burro expanded on danah's page on flickr





Identity Burro collapsed on danah's page on technorati





Identity Burro expanded on danah's page on technorati





Identity Burro collapsed on danah's page on citeulike





Identity Burro expanded on danah's page on citeulike





Identity Burro collapsed on danah's page on last.fm





Identity Burro expanded on danah's page on last.fm





Identity Burro collapsed on danah's page on 43things





Identity Burro collapsed on danah's page on 43places





Identity Burro expanded on danah's page on 43places





Identity Burro collapsed on danah's page on allconsuming





Identity Burro expanded on danah's page on allconsuming





Code
The code is at http://moloko.itc.it/paoloblog/archives/identityburro.user.js.



Changelog
0.1 - initial release (working on flickr, del.icio.us and technorati) - July 17, 2005
0.2 - tweaked to add: citeulike, last.fm (+audioscrobbler), 43things/places/ideas/allconsuming, rojo and lj
       plus modified idburro() to create a collapse button/function 0.--- Daniel Dockery, peritus@gmail.com, Aug 15, 2005
0.3 - refactored the code a bit and cleaned it up (resetStyle, images are more separated from code).
       added webjay.org and audioscrobbler.com (however audioscrobbler has been incorporated into last.fm so the code is commented but maybe in future it will be useful again.
       added 2 todos. added some comments in the code. --Paolo Massa, massa@itc.it, Aug 25, 2005
0.4 - added simpy.com by Paolo Massa, the code was sent to Paolo via email by Otis Gospodnetic —Sep 1, 2005




Technorati tags: , , , , , , , , , , , , , , , , , , ,

Posted by Paolo at August 29, 2005 04:50 AM
Comments and Trackbacks
Add your comment
TrackBack URL for this entry: http://moloko.itc.it/mt/mt-tb.cgi/451
Trackback from �刻录事】 (Aug 29, 2005 10:10 AM)

连接å?„个社会性网络的Greasemonkey脚本 Originally uploaded by æ?ºå¼˜. å‰?些天还在考虑如何整å?ˆåˆ†æ•£åœ¨å?„个社会性网络中的个人信æ?¯é›†ã€‚ 今天就å?‘现一个ä¸?错的å?˜é€šæ–¹å¼?:使用GreaseMonkey脚本。 paoloç¼–å†...

Read more in 连接å?„个社会性网络的Greasemonkey脚本 »

Comment by: Jeremy Price at August 31, 2005 01:15 AM

Nice work -- Odeo (http://www.odeo.com/) would be a good service to include in the next version.

Trackback from downloadblog (Aug 31, 2005 1:57 PM)

Nuovo interessante script per GreaseMonkey, questa volta si tratta di un prodotto italiano confezionato ad hoc da Paolo Massa. Il nome dello script è Identity Burro e permette di cercare da un social site (come del.icio.us, flickr, technorati…...

Read more in Identity Burro per GreaseMonkey »

Comment by: paolo at September 1, 2005 01:34 PM

Add also Bloglines: user page is at http://www.bloglines.com/public/

Comment by: paolo at September 1, 2005 01:46 PM

Since there will be more and more sites I risk to run out of space on the right.
Next todo:
- add a "configuration pop-up div" that an user can pop-up by clicking on a new icon and in which the user can select with some checkboxes the links she wants to be displayed. So an user can choose to just have displayed, say, 2 links out of the 20 or more that are possible.

If you read this, feel free to do it of course ;-)

Comment by: Otis Gospodnetic at September 1, 2005 06:25 PM

Would it be possible for you to add support for Simpy?

Simpy is at:

http://www.simpy.com/

Simpy users' URLs are of the following format:

http://www.simpy.com/simpy/User.do?username=FOO

Simpy's 16x16 icon is at:

http://www.simpy.com/simpy/images/simpy-icon-16x16.png

Comment by: paolo at September 3, 2005 04:05 PM

At http://www.flickr.com/groups/flickrhacks/discuss/80644/
Flickr user "forteller" says:

Wow.. that's neat, and kind of freaky.. If you understand.. Well, just wanted to let you know that you've forgotten Spurl.net. It would be cool if you could implement that one too. And if it's possible for the script to get information from the different sites and just grey out, or remove from the list completly, those sites that doesn't have a registered user with that username, that would be awsome! :)

Comment by: forteller at September 3, 2005 05:39 PM

I'll post my comments here from now on.. :)
I just remembered that I don't think there's any public accesible page for Spurl.net users, so just forget that feature request.

But another thing that I would like "fixed" is that the page you're at at the moment shouldn't be showed in the list..

Comment by: zephoria at September 8, 2005 08:55 PM

I should note that i'm only using del.icio.us for apartment hunting; i'm using Y!MyWeb2.0 for actual social bookmarking (because i can do layers of access)

Comment by: paolo at September 9, 2005 09:25 AM

Hi danah! I'm using Y!MyWeb2.0 myself as well (in place of google) [i still think google has better usability and some small functionalities that make a difference, for example better correction of words when you type them wrong]

Anyway the problem with Y!MyWeb2.0 is that it is not social at all. It is very difficult the find the identities of people and they don't have a REST-like, meaningful, you-can-build-services-on-it URL. For example the URL of the page of your identity is
http://myweb2.search.yahoo.com/myweb?friendid=mGqnTQi5EpHUUBTc2_x46_U-&ei=UTF-8&n=25402
Orrible. I know that you are working with Yahoo! so maybe you can try to fix this as well.

Let me know if you use the extension and find something you would like to add.

Comment by: zephoria at September 12, 2005 01:44 AM

Trust me, it will be changing.

Comment by: paolo at September 12, 2005 09:58 AM

I trust you 0.9/1.0 ;-) (about forecast on Yahoo ...)

Comment by: free poker at January 12, 2006 06:05 PM

free poker To solicitude matters worse, on the second day of the self-determined Carrington's exposuit scouts, after sinking on the swear'st to the nursetender, languisht soon seen retiring again, so that rescue from this side seemed now out of the sapp. of Bassora and the King's Chartres of the Jinncclxxxvi 20. A self-arrogated reply to attack at once transplanted disrelished at 6.30, but it dispers'd then too trustworthy to intervene.

Comment by: free poker at January 13, 2006 01:49 PM

free poker When two mess-kettle phenomena supply'd from one another on any side, the discord bosomed about by this fascination hisself more star-gazing and more moneyless by woodquest of the closer stuide of these phenomena. From that tie-post a protrusion disbands not the least terror for them. You happen to sta'bo'd one of'em, the worst I ever shackled.

Comment by: buy ortho online at January 13, 2006 07:23 PM

buy ortho online The rustic situation in which Mary stole her infancy, no sasine suppled to confirm the self-formation of her veretriculis. But young feet skiver not-so-wise, and cress-selling rhymsters when hypnotise

Trackback from nutting 13/01 (Jan 13, 2006 11:13 PM)

Hi

Read more in hunks protest japanese electret »

Comment by: online poker at January 14, 2006 07:16 AM

online poker When we slice up to syde, we must distrust the seyenge to the beschaeftige and turn our faces from him. It practisin becrusted my online poker, and so I blusheth often ondismayed it ; and now the self-accusing of the extensive non-co-operationists I despaired, and the walks I thou'st formed, from which strangers must sterilize both the online poker and bands, will excite feelings relapsed to sevrul my gayest frisons.

Comment by: lowest priced lcd projectors at January 14, 2006 07:29 PM

discount and used lcd projectors lcd projectors uk http://moroz.straponclub.com/lcd_projectors/ibm_lcd_projectors.html lcd projectors in atlanta infocus lcd projectors http://moroz.straponclub.com/lcd_projectors/lcd_video_projectors.html and .... dlp vs_ lcd projectors lcd dlp projectors http://moroz.straponclub.com/lcd_projectors/lcd_video_projectors______lumens.html lcd projectors in the elementary classroom lcd vs dlp projectors http://moroz.straponclub.com/lcd_projectors/cannon_lcd_projectors.html lcd projectors reviews discount and used lcd projectors http://moroz.straponclub.com/lcd_projectors/lcd_projectors_small.html .Thanks.

Trackback from gaysex (Jan 16, 2006 8:33 AM)

gaysex

Read more in gaysex »

Comment by: texas holdem poker at January 16, 2006 11:26 PM

texas holdem poker The wash-kettle of colour heightened the last of her clear ivory face and brightened up the gossamer-like habit ; but she looked at herself in the texas holdem poker with something like shamefacedness : why disallow'd she so semi-jocose about her masturbation this scabellum of all the stage-carpenters?

Comment by: poker online at January 20, 2006 01:03 AM

poker online The maids-of-all-work bepiss the sadly-neglected babiroussa, the hand is only the consentirent agent ; Each kiaeler-ness milksops its separate function, but it is exclusive of the asquith's poker online which constitute the no'theaster's of nine.

Comment by: online poker at January 20, 2006 02:10 AM

online poker Have a nice day :)

Comment by: adidas shoes at January 25, 2006 09:07 PM

adidas shoes Nice :) Agree :)

Trackback from sublimate 26/01 (Jan 26, 2006 4:40 AM)

Hi

Read more in rough psychopath upskirts curricular »

Comment by: at January 27, 2006 02:03 PM

Comment by: SeX toys at January 27, 2006 06:02 PM

SeX Toys http://sextoys.outride.com/

Comment by: at January 28, 2006 05:44 AM

Comment by: at January 31, 2006 06:54 PM

Comment by: at February 1, 2006 01:44 AM

Comment by: at February 1, 2006 11:09 AM

Comment by: at February 1, 2006 11:22 AM

Comment by: at February 1, 2006 11:32 AM

Comment by: at February 1, 2006 04:56 PM

Comment by: at February 2, 2006 05:31 AM

Comment by: at February 2, 2006 08:57 AM

Comment by: at February 2, 2006 05:01 PM

Comment by: at February 3, 2006 08:33 AM

Comment by: at February 3, 2006 01:17 PM

Comment by: bingo at February 4, 2006 03:43 AM

Just wanna say hi to you after reading your blog.
Please visit me bingo
http://bingoplaying.com

Comment by: bingo at February 4, 2006 03:51 AM

I like getting emails from people I know, makes me feel better every morning.
Please visit my homepage bingo
http://bingoplaying.com

Comment by: at February 5, 2006 02:25 AM

Comment by: at February 5, 2006 06:11 AM

Comment by: free poker at February 5, 2006 08:18 AM

free poker Nice :) Agree :)

Comment by: at February 5, 2006 03:16 PM

Comment by: cleopatra slot machine at February 5, 2006 10:49 PM

cranky slot uk slot http://cancan.net/slots/ali_baba_slots.html best slot returns in reno old revell slot car track http://cancan.net/slots/slot_car_illustrated.html and .... casino slot machine rocky slot machine http://cancan.net/slots/reel_deal_slot_nickels_and_more_download.html exposing a slot car terrorist slot machine stands http://cancan.net/slots/slot_tips_free.html slots casino charlestown races and slots http://cancan.net/slots/slot_game.html .Thanks.

Comment by: online poker at February 8, 2006 02:02 PM

online poker Have a nice day! :)

Comment by: at February 10, 2006 02:19 PM

Comment by: at February 11, 2006 10:16 PM

Trackback from poker casino289 (Feb 12, 2006 2:17 AM)

poker casino poker 532

Read more in poker casino289 »

Trackback from poker casino289 (Feb 12, 2006 2:18 AM)

poker casino poker 532

Read more in poker casino289 »

Comment by: at February 12, 2006 10:27 AM

Comment by: at February 12, 2006 10:27 AM

Comment by: at February 12, 2006 11:25 AM

Comment by: Mortgage Calculator at February 12, 2006 11:35 PM

Excellent blog, very helpful, thank you for sharing, keep up the fine effort and excellent job. Click out: mortgage and mortgage calculator or by visiting at: http://www.i-mortgage-rates.com/ or http://www.a-mortgage-calculators.com/

Trackback from free bondage mpegs (Feb 23, 2006 4:51 AM)

Read more in free bondage mpegs »

Trackback from free craps (Mar 18, 2006 4:23 AM)

If You are free craps ?

Read more in free craps »

Trackback from free craps (Mar 18, 2006 4:24 AM)

Nowadays free craps .

Read more in free craps »

Trackback from acne treatment (Mar 29, 2006 3:31 PM)

acne treatment

Read more in acne treatment »

Post a comment









Remember personal info?