posts-elsewhere
This article is a stub. You can help the IndieWeb wiki by expanding it.
posts elsewhere is a UI section of posts permalink pages that link to POSSE copies (AKA syndication links), like on social media silos, and sometimes on commentary silos like Hacker News. This page here to document examples of such "post copies elsewhere" user interfaces and suggested markup.
Why
See: syndication-link-use-cases
How to Markup
On links to POSSE copies inside the h-entry of the original post:
class=u-syndication
(stub, should be expanded to a full example)
Consider putting syndication links in the footer of your post, e.g. perhaps in a <footer>
element if you’re already using <article>
markup for your posts (and the <footer>
would go inside that).
IndieWeb Examples
Indieweb sites where all (or most?) notes are automatically published with links to syndicated copies:
Aaron Parecki
Aaron Parecki on aaronparecki.com, e.g.
- http://aaronparecki.com/notes/2013/03/12/5/sxsw-sterling13 has a section:
where each of the list items links to the syndicated copy of the note on those silos, withShare & Respond
- Reply on Twitter
- Reply on App.net
rel="syndication"
.
Tantek
Tantek Çelik on tantek.com (notes since 2013-174), e.g.
- http://tantek.com/2013/174/t4/view-conversation-rel-syndication-posse-indiewebcamp and
- https://twitter.com/t/status/348702302288355328
have links to their POSSE'd tweets with:
- View on Twitter
- View Conversation on Twitter
respectively with rel="syndication".
Tom Morris
Tom Morris on tommorris.org, e.g.
- http://tommorris.org/posts/8197 has a section:
where each of the list items links to the syndicated copy of the note on those silos, withThis post is syndicated to:
- App.net
rel="syndication"
.
Barnaby Walters
Barnaby Walters on waterpigs.co.uk, e.g.
- http://waterpigs.co.uk/notes/1114/ has a section:
where "twitter.com" links to the syndicated copy of the note on Twitter.Also Posted On: twitter.com
That section is automatically generated from all the hostnames of URLs in the downstreamDuplicates list on that note (tack .json onto the end of the URL to see it ‘raw’), so on the occasions I post to facebook that domain is added too --Waterpigs.co.uk 02:41, 19 March 2013 (PDT)
- The links to the syndicated copies have this markup on them:
class="u-as-downstream-duplicate u-alternate"
Ben Werdmuller
Ben Werdmüller on werd.io (since 2013-174) notes, e.g.
- http://werd.io/view/51c76e9fbed7de8a43b0aee3 has links to POSSE'd copies as:
where the [] text are links to the copies on those silos with rel="syndication".Also on: [twitter] [facebook]
gRegor Morrill
gRegor Morrill on gregorlove.com since 2014-06-25
- http://gregorlove.com/2014/06/this-is-my-first-note/
where example.com links to the syndicated copy.Also on: example.com
- The majority link to twitter.com, but others have also syndicated to facebook.com or thisismyjam.com
Manual
Indieweb sites where some (a few?) notes are manually published with links to syndicated copies:
- tantek.com, e.g. blog posts / articles like http://tantek.com/2013/073/b1/silos-vs-open-social-web has a section:
where each of the list items links to a syndication of the blog post title and permalink on those silos.- Google+
- Hacker News
- Update 2013-077: I'm considering changing the heading of this section from "Elsewhere" to "Syndication" which seems like the right use of the word in the more general sense as well - you can catch this episode also as syndicated on the following networks. - Tantek 14:51, 18 March 2013 (PDT)
- Update 2013-099: I'm keeping "Elsewhere" for now at least on this post as it's more general, and covers all the items in the list, whereas only the first two are actually intentional syndications by the author. - Tantek 01:26, 10 April 2013 (PDT)
- the links to the syndicated copies (Twitter, Google+) have this markup on them:
rel="syndication" class="u-syndication"
- ...
Past Examples
Kyle Mahan
Kyle Mahan on kylewm.com (since at least 2015-08-04) notes, e.g.
Shows a simple Twitter bird icon that is linked to the tweet POSSE copy.
Brainstorming
Some past analysis / experiments:
When linking to POSSE copies of posts, we should mark up those links so they can be automatically discovered. This is useful for linking up POSSE'd copies of comment posts.
Existing implementations on links to POSSE copies of posts:
- Waterpigs.co.uk uses
class="u-as-downstream-duplicate u-alternate"
- Tantek.com uses
rel="syndication" class="u-syndication"
- aaronparecki.com uses
rel="syndication"
Proposals:
u-syndication
- indicates that the destination of the link is a syndication or a syndicated copy of the source of the link. While a syndicated copy may resemble an "alternate" (i.e.rel="alternate"
), there is sufficient potential for inferiority (reliability, TOS, content abbreviation) in the syndicated copy that it should be explicitly indicated. Also, "syndication" implies that the author of the post deliberately intended for their post to be copied to the syndicated destination. The converse is of course the existing rel-canonical which could be used to link from a copy of a post back to the original.class=u-syndication
- similar semantic, but scoped to being from the immediately enclosing h-entry rather than the page, and thus can be present in more contexts than the rel value. It makes sense to use both on post permalink pages.
Elsewhere of this Translation
Elsewhere of this Translation - a list of links to POSSE syndicated copies of a post which is a translation of another post.
E.g. in French: "cette traduction ailleurs"
Examples:
- Cette traduction ailleurs : section in Le Premier Fil de Discussion Fédéré de Commentaires #Indieweb ...