rel-in-reply-to: Difference between revisions
Jump to navigation
Jump to search
(indiewebcamp comments) |
(WebMention makes use of in-reply-to) |
||
Line 2: | Line 2: | ||
'''<dfn>rel=in-reply-to</dfn>''' is proposed method for linking from a comment to the original post that the comment is a reply to. | '''<dfn>rel=in-reply-to</dfn>''' is proposed method for linking from a comment to the original post that the comment is a reply to. | ||
== WebMention == | |||
Checking for <code>rel="in-reply-to"</code> on a link is one of the methods mentioned in [http://webmention.org/ WebMention] for verifying a WebMention ping. | |||
== Previous Formats == | == Previous Formats == | ||
Line 23: | Line 26: | ||
* [[h-entry]] | * [[h-entry]] | ||
* http://indiewebcamp.com/comments | * http://indiewebcamp.com/comments | ||
* http://indiewebcamp.com/webmention |
Revision as of 03:23, 10 April 2013
This article is a stub. You can help the microformats.org wiki by expanding it.
rel=in-reply-to is proposed method for linking from a comment to the original post that the comment is a reply to.
WebMention
Checking for rel="in-reply-to"
on a link is one of the methods mentioned in WebMention for verifying a WebMention ping.
Previous Formats
YouTube uses a URL-qualified version of in-reply-to:
rel="http://gdata.youtube.com/schemas/2007#in-reply-to"
in their Atom API, e.g.:
<link rel="http://gdata.youtube.com/schemas/2007#in-reply-to"
type="application/atom+xml"
href="https://gdata.youtube.com/feeds/api/videos/2cd.../comments/978..."/>
Alternatives
Alternatively, or in addition, there is the suggestion to use:
class=u-in-reply-to
on hyperlinks from comment posts marked up with h-entry to original posts.