August 29, 2005
| Mozilla |
mozilla
|
| Programming |
programming
|
| Social Software |
social_software
|
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! ![]()
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]
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
Technorati tags: identityburro, flickr, identity, technorati, delicious, social software, greasemonkey, firefox, webjay, last.fm, Rojo, 43things, 43places, LiveJournal, AllConsuming, danah, zephoria, CSS, OpenID, Identity
连接å?„个社会性网络的Greasemonkey脚本 Originally uploaded by æ?ºå¼˜. å‰?些天还在考虑如何整å?ˆåˆ†æ•£åœ¨å?„个社会性网络ä¸çš„个人信æ?¯é›†ã€‚ 今天就å?‘现一个ä¸?错的å?˜é€šæ–¹å¼?:使用GreaseMonkey脚本。 paoloç¼–å†...
Read more in 连接å?„个社会性网络的Greasemonkey脚本 »Nice work -- Odeo (http://www.odeo.com/) would be a good service to include in the next version.
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 »Add also Bloglines: user page is at http://www.bloglines.com/public/
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 ;-)
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
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! :)
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..
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)
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.
Trust me, it will be changing.
I trust you 0.9/1.0 ;-) (about forecast on Yahoo ...)
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.
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.
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
Hi
Read more in hunks protest japanese electret »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.
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.
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?
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.
online poker Have a nice day :)
adidas shoes Nice :) Agree :)
Hi
Read more in rough psychopath upskirts curricular »SeX Toys http://sextoys.outride.com/
Just wanna say hi to you after reading your blog.
Please visit me bingo
http://bingoplaying.com
I like getting emails from people I know, makes me feel better every morning.
Please visit my homepage bingo
http://bingoplaying.com
free poker Nice :) Agree :)
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.
online poker Have a nice day! :)
poker casino poker 532
Read more in poker casino289 »poker casino poker 532
Read more in poker casino289 »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/

















Add your comment
TrackBack URL for this entry: http://moloko.itc.it/mt/mt-tb.cgi/451