people-tagging-brainstorming

From Microformats Wiki
Revision as of 19:10, 15 December 2009 by Singpolyma (talk | contribs) (Mock up some examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • Use hCard to mark up person's attributes (name/url/username)
  • Use rel-tag on class=url to tag the current page with the user
    • What about sites that don't have good tagspace URIs for their users? There aren't many of these left.

Flickr example

(markup minimized for readability)

            <p class="vcard flickr-user">
               <span class="name">
                  <a class="url" rel="tag" href="/photos/singpolyma/people/weebear/">
                     <img src="..." class="photo xBuddyIcon" />
                     <strong class="fn nickname username">Wee Bear</strong>
                  </a>
                  <span class="n realname">Paul Weber</span>
               </span>
            </p>

Facebook example

(markup minimized for readability)

   <span class="vcard"><a class="url fn n" rel="tag" href="http://www.facebook.com/singpolyma">Stephen Paul Weber</a>
   </span>