From 40359249f6e1851410d2d41e74686f06081ae4a7 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn3__Mg_xy6Md3Ov7jP49_fk0cGH4dk4rY" Date: Sat, 4 May 2013 18:48:44 -0400 Subject: [PATCH 1/2] --- doc/plugins/contrib/livefyre.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/plugins/contrib/livefyre.mdwn diff --git a/doc/plugins/contrib/livefyre.mdwn b/doc/plugins/contrib/livefyre.mdwn new file mode 100644 index 000000000..df447e563 --- /dev/null +++ b/doc/plugins/contrib/livefyre.mdwn @@ -0,0 +1,14 @@ +[[!template id=plugin name=livefyre core=0 author="[[cmauch]]"]] +[[!tag type/special-purpose]] + +[LiveFyre](http://www.livefyre.com) is a third party comment and discussion system similar in some ways to Disqus or IntenseDebate. All three services use javascript to attach comments to your site without the need to use a native commenting system. + +This plugin is designed to replace the commenting system in IkiWiki entirely. It embeds LiveFyre comments on your ikiwiki blog or posts. It is was originally based on the [Disqus Plugin](https://code.google.com/p/ikiwiki-plugin-disqus/). After a few days of noticing odd page title names on the livefyre moderation interface, I updated the script to make use of JSON. I made extensive use of the [integration guide](https://github.com/Livefyre/livefyre-docs/wiki/StreamHub-Integration-Guide) to get it all running. + +It's loud and messy and slow, but kind of neat too. + +Requires the [[!cpan JSON]], [[!cpan JSON::WebToken]], and [[!cpan Digest::MD5]] perl modules to be available. + +You can grab the source [here](https://bitbucket.org/cmauch/ikiwiki/src/475a5b6833cb/IkiWiki/Plugin?at=master) + +See the POD documention in the module for installation and configuration instructions. From 9763e62a8f1d9286b7bc21863019e4576f092ff1 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn3__Mg_xy6Md3Ov7jP49_fk0cGH4dk4rY" Date: Sat, 4 May 2013 22:29:37 -0400 Subject: [PATCH 2/2] Permalink to source instead of spec. revision --- doc/plugins/contrib/livefyre.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins/contrib/livefyre.mdwn b/doc/plugins/contrib/livefyre.mdwn index df447e563..d4a62c0cc 100644 --- a/doc/plugins/contrib/livefyre.mdwn +++ b/doc/plugins/contrib/livefyre.mdwn @@ -9,6 +9,6 @@ It's loud and messy and slow, but kind of neat too. Requires the [[!cpan JSON]], [[!cpan JSON::WebToken]], and [[!cpan Digest::MD5]] perl modules to be available. -You can grab the source [here](https://bitbucket.org/cmauch/ikiwiki/src/475a5b6833cb/IkiWiki/Plugin?at=master) +You can grab the source [here](https://bitbucket.org/cmauch/ikiwiki/src/master/IkiWiki/Plugin/livefyre.pm) See the POD documention in the module for installation and configuration instructions.