ts0

ts0

total sh*t

Friend links

I just updated an old greasemonkey script I wrote some time ago. When you type a friends name into a textarea it will add a link to their blog from a predefined list. I've extended it using Jeremys little inline microformat pattern. As demonstrated in that link to his site. Now on any sites you choose (set them in GM settings, it runs on all by default) you can have hCards and XFN wrapped around your friends names as you type.

Download the script here. After installing it reload the page, then go to Tools>Greasemonkey>User Script Commands>Edit Friends Names.

Question: The outer tag is a span, to hold the vcard class. Now would a cite be more suitable here? In most use cases I can think of (eg. referring to people from blogs) you are essentially citing that person in some way. Does anyone else agree?

Labels:

1 Comment - Post a comment

Blogger Factory Joe

If you ask me, you should use an outer span and an inner anchor link; if no link exists, then you should simply use two spans. It's as easy as that. ;)