XHTML Friends Network

From HandWiki
Short description: HTML microformat developed in 2003

XHTML Friends Network (XFN) is an HTML microformat developed by Global Multimedia Protocols Group that provides a simple way to represent human relationships using links. XFN enables web authors to indicate relationships to the people in their blogrolls by adding one or more keywords as the rel attribute to their links.[1][2][3] XFN was the first microformat, introduced in December 2003.[1]

Example

A friend of Jimmy Example could indicate that relationship by publishing a link on their site like this:

<a href="http://jimmy.example.com/" rel="friend">Jimmy Example</a>

Multiple values may be used, so if that friend has met Jimmy:

<a href="http://jimmy.example.com/" rel="friend met">Jimmy Example</a>

See also

References

  1. 1.0 1.1 Andrews, Paul (2003-12-29). "Social networking beginning to take shape on the Web". The Seattle Times Business & Technology section page C1. The Seattle Times. http://community.seattletimes.nwsource.com/archive/?date=20031229&slug=paul29. 
  2. Subhasish DasGupta (November 2009). Social Computing: Concepts, Methodologies, Tools and Applications. Idea Group Inc (IGI). pp. 1614. ISBN 978-1-60566-985-4. https://books.google.com/books?id=dLRK_Ep_uc8C&pg=PA1614. Retrieved 16 December 2012. 
  3. Paul Haine (12 December 2006). HTML Mastery: Semantics, Standards, and Styling. Friends of ED. pp. 122. ISBN 978-1-59059-765-1. https://books.google.com/books?id=wm0Yip3Zo78C&pg=PA122. Retrieved 16 December 2012. 

External links