sharelink-formats: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(space for examples)
 
(→‎examples: copy in twitter discussion)
Line 11: Line 11:


== examples ==
== examples ==
* …
* [[rel-canonical]]
** [https://twitter.com/adactio/status/822253267665252356 Jeremy Keith ‏@adactio]<br> @cramforce Is this not already covered by rel="canonical"?
** [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
 
* u-repost-of
** [https://twitter.com/kevinmarks/status/822260255652397057 Kevin Marks ‏@kevinmarks]<br> @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]]
** [https://twitter.com/kevinmarks/status/822260255652397057 Kevin Marks ‏@kevinmarks]<br> @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?<br>rel-bookmark  is already in the [https://www.w3.org/TR/html51/links.html#link-type-bookmark html5 spec], and in lots of CMSs, including WordPress 
** [https://twitter.com/cramforce/status/822264992992927744 Malte Ubl ‏@cramforce]  <br>@kevinmarks @adactio I think bookmark comes pretty close. Not quite the same, but close.
 
* [[rel-shortlink]]
** https://twitter.com/voxpelli/status/822378518902239233 [Pelle Wessman ‏@voxpelli]  <br>@cramforce @kevinmarks @adactio There's also rel-shortlink which is often used for sharing + is widely supported


== see also ==
== see also ==
* [[sharelink-examples]]
* [[sharelink-examples]]

Revision as of 02:30, 21 January 2017

<entry-title>sharelink formats</entry-title>

Part of the Sharelink effort.

Malte Ubl ‏@cramforce Jan 19

  • 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

see also