IndieWeb: Make your social media posts open first



Where do your witty Tweets end up? What about the rest of the content you create inside walled platforms like Facebook, Swarm, and Instagram*?

Those posts and images are part of your identity yet they are “lost” in a sense when posted to platforms that aren’t open. That’s where the IndieWeb comes in; it’s based around the idea that you have a personal domain and web space where you post everything first, then you can copy it to third party services, like Twitter.

The phrase that has been coined to describe it is: Publish (on your) Own Site, Syndicate Elsewhere, or POSSE.

Instead of having a tangled knot of application permissions to work through, on the indie web you control the permanence of your links even if the content silo removes them. And, you can send update notifications, so third-party sites know when something changes. The IndieWeb relies on the pre-existing bones of the Internet, which is HTML. Specifically, it uses one of the most common modifiers, the class tag. The markup is called microformats, and it is used by adding classes as designated in the schema. For example:

<div class="h-event">
  <h1 class="p-name">The Seattle GNU/Linux Conference (SeaGL) 2016</h1>
  <p>
    <time class="dt-start" datetime="2016-11-11 9:00">Friday, November 11</time>
    and <time class="dt-end" datetime="2016-11-12 18:00">Saturday,
November 12</time>.
    at <span class="p-location">Seattle Central College</span>
  </p>
  <p class="p-summary">Come geek out over Free/Libre/Open source
software and culture!</p>
</div>

While this could be handled with IndieWeb-specific blog software, like Ghost or CMS add-ons, my site is statically generated by Middleman from .md files. Generally this means adding a top level class and hoping the format can be automagically parsed.

Luckily for us, Brennan Novak, Barnaby Walters, and others put together IndieWebify.me at the 2013 IndieWebCamps in Brighton and Reykjavik.  This is a guide to getting started with the IndieWeb walks you through buying a domain name and federating your posts amongst other IndieWeb-enabled sites. Following that, everything can be found by exploring the wiki. I recommend starting with the FAQ. And be sure to check out IndieMark if you want to dive head-first into the IndieWeb.

Background on the IndieWeb

As with many web projects, if we want a history lesson, turn to the wiki. The term IndieWeb was coined in 2010 by Aaron Parecki and Tantek Çelik. After attending the Federated Social Web Summit in Portland, Oregan they were inspired to launch IndieWeb, which is focused on three ideals:

  • Bring together people that create design/UX/code instead of just email/chat about it.
  • Selfdogfooding, which is using your creations on your own website that represents your primary self.
  • Finally, data ownership, owning what you author by publishing it first on your own site, and only later copying it to your various online services.

The next year Aaron, Tantek, Amber Case, and Crystal Beasley organized the first IndieWebCamp.

A project page for IndieWeb technologies was launched in July 2014 by the W3C Social Web Working Group. In June of 2016, I attended the very first IndieWeb Summit, held in Portland. It spanned two days, one of presentation, and  the other an un-conference, both with an afternoon of productivity. While my trip was not a great technological success due to hardware failure, I was able to work on the architecture and design of my site, and participate in planning the schema.

Attendees at the first IndieWeb

We live in a great time when projects like these can travel from inception to being supported by the W3C. The IndieWeb is a place where you are in the drivers seat, all profiles originate from one space, and free/libre/open values are respected.

I have been wanting something like this for as long as I can remember and I’ll bet more than a few of you feel the same. So get the portfolio that has been relegated to the bottom of your projects bin. Dust it off, and consider how IndieWeb can change your avatar.

My excitement stems from creating a single source of truth, for content and identity! What about yours?

*Yeah, I know, Diaspora, GNU Social, identi.ca



Source link

,

Leave a Reply