sharelink-formats: Difference between revisions
Jump to navigation
Jump to search
Kevin Marks (talk | contribs) (→examples: atom rel-self) |
m (Replace <entry-title> with {{DISPLAYTITLE:}}) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:sharelink formats}} | |||
Part of the Sharelink effort. | Part of the Sharelink effort. | ||
Line 15: | Line 15: | ||
** [https://twitter.com/cramforce/status/822254953985019904 Malte Ubl @cramforce]<br> @adactio we’d fallback to that, but people want to override it for some legit and less legit reasons.<br>people sometimes use canonical to point to an entirely different publication that was the original source of the content.<br>and others want to do share tracking with #.1234 style URLs (see e.g. @Medium URLs). | ** [https://twitter.com/cramforce/status/822254953985019904 Malte Ubl @cramforce]<br> @adactio we’d fallback to that, but people want to override it for some legit and less legit reasons.<br>people sometimes use canonical to point to an entirely different publication that was the original source of the content.<br>and others want to do share tracking with #.1234 style URLs (see e.g. @Medium URLs). | ||
** [https://twitter.com/kevinmarks/status/822257980049485824 Kevin Marks @kevinmarks] <br> @cramforce @adactio @Medium or google inspired &utm_source things | ** [https://twitter.com/kevinmarks/status/822257980049485824 Kevin Marks @kevinmarks] <br> @cramforce @adactio @Medium or google inspired &utm_source things | ||
** [https://twitter.com/rmondello/status/910276001300488192 Ricky Mondello @rmondello] <br>Safari on iOS 11 will share the canonical link for a page, which can improve the experience of sharing a "mobile" website. | |||
** [http://known.kevinmarks.com/2017/day-7-to-amp-or-not-to-amp-100daysofindieweb bookmarklets for switching to or copying canonical links] | |||
*[http://microformats.org/wiki/h-entry#Draft_Properties u-repost-of] | *[http://microformats.org/wiki/h-entry#Draft_Properties u-repost-of] |
Latest revision as of 16:32, 18 July 2020
Part of the Sharelink effort.
- specifically we’d like to propose <link rel=share> (or similar name) to provide preference of shared URL for a given page.
Per the microformats process this page is here to document previous formats for pages publishing share links for themselves.
This article is a stub. You can help the microformats.org wiki by expanding it.
examples
- rel-canonical
- Jeremy Keith @adactio
@cramforce Is this not already covered by rel="canonical"? - Malte Ubl @cramforce
@adactio we’d fallback to that, but people want to override it for some legit and less legit reasons.
people sometimes use canonical to point to an entirely different publication that was the original source of the content.
and others want to do share tracking with #.1234 style URLs (see e.g. @Medium URLs). - Kevin Marks @kevinmarks
@cramforce @adactio @Medium or google inspired &utm_source things - Ricky Mondello @rmondello
Safari on iOS 11 will share the canonical link for a page, which can improve the experience of sharing a "mobile" website. - bookmarklets for switching to or copying canonical links
- Jeremy Keith @adactio
- u-repost-of
- Kevin Marks @kevinmarks
@cramforce @adactio so the page has a link to the version it wants shared. Is it like u-repost-of https://indieweb.org/repost or rel=bookmark?
- Kevin Marks @kevinmarks
- rel-bookmark
- Kevin Marks @kevinmarks
@cramforce @adactio so the page has a link to the version it wants shared. Is it like u-repost-of https://indieweb.org/repost or rel=bookmark?
rel-bookmark is already in the html5 spec, and in lots of CMSs, including WordPress … - Malte Ubl @cramforce
@kevinmarks @adactio I think bookmark comes pretty close. Not quite the same, but close.
- Kevin Marks @kevinmarks
- rel-shortlink
- https://twitter.com/voxpelli/status/822378518902239233 [Pelle Wessman @voxpelli]
@cramforce @kevinmarks @adactio There's also rel-shortlink which is often used for sharing + is widely supported
- https://twitter.com/voxpelli/status/822378518902239233 [Pelle Wessman @voxpelli]
- rel=self
- the Atom Link element defines rel="self" as
The value "self" signifies that the IRI in the value of the href attribute identifies a resource equivalent to the containing element.