Skip to content

Instantly share code, notes, and snippets.

@pfefferle
Created June 28, 2013 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfefferle/5885011 to your computer and use it in GitHub Desktop.
Save pfefferle/5885011 to your computer and use it in GitHub Desktop.
This is an #indieweb implementation of the ideas behind Really Simple Social Blogging (#rssb), a proposal to implement a decentralized Tumblr/Facebook/Twitter like social blogging platform using simple things like WebMention and Microformats.
# Indieweb Federated Like __Like__ this post by creating a post on __your__ site. ### Here's how in 2 easy steps 1. Create a post on your site with a link to this post having the class `u-like` (must be inside a `h-entry`) 2. Send a [WebMention](http://webmention.org) to this post to let it know that you've liked it. ### For example The first like on this post was from a [post on my other blog](http://sandeep.shetty.in/2013/06/indieweb-like-test.html) (that is powered by Blogger). 1. I liked this post by created a post there with the following contents:
I like http://www.sandeep.io/39.
2. and manually sent a WebMention to this post using cURL letting it know that I've liked it : curl -i -d "source=http://sandeep.shetty.in/2013/06/indieweb-like-test.html&target=http://www.sandeep.io/39" http://www.sandeep.io/webmention ### Learn More This is an #indieweb [implementation](https://github.com/converspace/converspace) of the ideas behind [Really Simple Social Blogging](http://sandeep.shetty.in/2013/06/really-simple-social-blogging.html) (#rssb), a proposal to implement a decentralized Tumblr/Facebook/Twitter like social blogging platform using simple things like [WebMention](http://webmention.org/) and [Microformats](http://microformats.org/wiki/microformats-2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment