Looking to add in-line, Medium style, comments to your blog? Ouija is the solution for you.
It's created and powered by GoInstant and fairly simple to setup. At this time, it's still not officially ready for production (but I'm using it already and quite happy with it).
Here's how to get it working:
You'll need this new App's unique "connect url" that displayed right below it's title when create.
Now you're ready to actually setup Ouija!
That's this line here:
<link rel="stylesheet" href="http://cdn.goinstant.net/external/ouija/latest/ouija.min.css"/>
{{#with post}} <script> window.ouija_connect_url = 'https://goinstant.net/YOURACCOUNT/YOURAPP'; window.ouija_identifier = {{id}}; </script> <script src="https://cdn.goinstant.net/v1/platform.min.js"></script> <script src="http://cdn.goinstant.net/external/ouija/latest/ouija.min.js"></script> {{/with}}
Restart Ghost and you're up and running!