rel-in-reply-to: Difference between revisions
Jump to navigation
Jump to search
(→Previous Formats: rel=) |
(→Previous Formats: nowiki) |
||
Line 5: | Line 5: | ||
== Previous Formats == | == Previous Formats == | ||
[[YouTube]] uses a URL-qualified version of in-reply-to: | [[YouTube]] uses a URL-qualified version of in-reply-to: | ||
* <code>rel="http://gdata.youtube.com/schemas/2007#in-reply-to"</code> | * <code><nowiki>rel="http://gdata.youtube.com/schemas/2007#in-reply-to"</nowiki></code> | ||
in their Atom API, e.g.: | in their Atom API, e.g.: | ||
<source lang=xml> | <source lang=xml> |
Revision as of 18:19, 1 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.
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.