rel-me: Difference between revisions
No edit summary |
m (Reverted edits by I MADE THOUSANDS OF ACCOUNTS IN MICROFORMATS WIKI GO TO CHECK OUT THE USER LIST ([[User talk:I MADE THOUSANDS OF ACCOUNTS IN MICROF) |
||
Line 1: | Line 1: | ||
<entry-title>rel="me"</entry-title> | |||
;short URL | |||
:http://ufs.cc/w/relme | |||
[[XFN]] 1.1 introduced the "me" [[rel]] value which is used to indicate profile equivalence and for [[identity-consolidation]]. | |||
<code>rel="me"</code> is used on hyperlinks from one page about a person to other pages about that same person. | |||
For example, [[User:Tantek|Tantek]]'s [http://tantek.com/ home page] has (markup simplified) | |||
<source lang=html4strict><a href="http://twitter.com/t" rel="me">@t</a></source> | |||
And his Twitter profile itself has (markup simplified) | |||
<source lang=html4strict><a href="http://tantek.com/" rel="me">http://tantek.com/</a></source> | |||
Thus establishing a bi-directional rel-me link and confirming that the two URLs represent the same person. | |||
Publishers can use the [http://gmpg.org/xfn/creator XFN creator] form to create rel-me hyperlinks. | |||
== screencast and videos == | |||
Watch some short videos: | |||
* [http://www.sixapart.com/static_news/opening_social_graph/xfn_links/xfn_links.html David Recordon's excellent *30 second* explanation of XFN rel="me"]. | |||
* [http://www.youtube.com/watch?v=LabCylbapuM Brad Fitzpatrick explains rel="me" and more XFN]. | |||
* [http://www.podtech.net/scobleshow/technology/1611/plaxo-to-ship-online-identity-aggregator-based-on-microformats Joseph Smarr's whiteboard explanation] of rel="me" as implemented in the Plaxo online identity aggregator. | |||
Longer: | |||
* [http://video.google.com/videoplay?docid=-8663100900373306094 Gavin Bell on "What is your provenance?"] (40 minutes) - provides a much broader discussion of the problem statement of who is a person on the Web, and starting at about 0:07:30 explains how [[hCard]] + rel="me" helps solve this problem. | |||
== tutorials == | |||
[http://ungeekdapo.wordpress.com/2008/04/29/a-simple-data-portability-project-or-is-it/ A simple data portability project or is it] rel=me summary by Bob Ngu | |||
== implementations == | |||
[[wordpress-plugins|WordPress plugins]]: | |||
* [http://blog.maybe5.com/?page_id=94 Social Links Wordpress plugin] - supports rel-me links to other services | |||
* [http://code.l0g.in/about-me/ About Me plugin] (on github) - supports creation of an About Me page with rel-me links to other profiles. | |||
== rel-me-auth == | |||
[[RelMeAuth]] is a proposed open standard for using [[rel-me]] links to profiles on [[OAuth]] supporting services to authenticate via either those profiles or your own site. | |||
Read more about [[RelMeAuth]]. | |||
== see also == | |||
* [[hcard-xfn-supporting-friends-lists#Services_with_XFN_rel.3D.22me.22_to_multiple_external_sites|services that support rel="me"]] | |||
* [[rel-me-faq]] | |||
* [[xfn]] | |||
* [[rel]] | |||
* [[social network portability]] | |||
* [http://gmpg.org/xfn/11 XFN 1.1 profile] | |||
Revision as of 11:22, 22 September 2013
<entry-title>rel="me"</entry-title>
- short URL
- http://ufs.cc/w/relme
XFN 1.1 introduced the "me" rel value which is used to indicate profile equivalence and for identity-consolidation.
rel="me"
is used on hyperlinks from one page about a person to other pages about that same person.
For example, Tantek's home page has (markup simplified)
<a href="http://twitter.com/t" rel="me">@t</a>
And his Twitter profile itself has (markup simplified)
<a href="http://tantek.com/" rel="me">http://tantek.com/</a>
Thus establishing a bi-directional rel-me link and confirming that the two URLs represent the same person.
Publishers can use the XFN creator form to create rel-me hyperlinks.
screencast and videos
Watch some short videos:
- David Recordon's excellent *30 second* explanation of XFN rel="me".
- Brad Fitzpatrick explains rel="me" and more XFN.
- Joseph Smarr's whiteboard explanation of rel="me" as implemented in the Plaxo online identity aggregator.
Longer:
- Gavin Bell on "What is your provenance?" (40 minutes) - provides a much broader discussion of the problem statement of who is a person on the Web, and starting at about 0:07:30 explains how hCard + rel="me" helps solve this problem.
tutorials
A simple data portability project or is it rel=me summary by Bob Ngu
implementations
- Social Links Wordpress plugin - supports rel-me links to other services
- About Me plugin (on github) - supports creation of an About Me page with rel-me links to other profiles.
rel-me-auth
RelMeAuth is a proposed open standard for using rel-me links to profiles on OAuth supporting services to authenticate via either those profiles or your own site.
Read more about RelMeAuth.