X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9733d1f79a5f1c62e059862edcd2d266f027a9b8..ac1f50d557f411161301d8d9245267d0c7deba5a:/doc/tips/Adding_Disqus_to_your_wiki.mdwn diff --git a/doc/tips/Adding_Disqus_to_your_wiki.mdwn b/doc/tips/Adding_Disqus_to_your_wiki.mdwn index 01447b009..ddc42c8f7 100644 --- a/doc/tips/Adding_Disqus_to_your_wiki.mdwn +++ b/doc/tips/Adding_Disqus_to_your_wiki.mdwn @@ -1,3 +1,5 @@ +[[!meta date="2008-08-19 05:30:33 -0400"]] + Disqus is a comment system that you can add to your blog to manage comments. To add it to ikiwiki first create an account at disqus and add you blog. Then click on the Admin link at that top of the main page. @@ -24,3 +26,7 @@ and replace with This changes the discussion link to a Comment link that takes you to the full page for that blog entry which should contain the disqus comments form that you added before. Note: This does then mean that to add a comment people need to have javascript enabled. + +--- + +You can also try [IkiWiki::Plugin::disqus](http://code.google.com/p/ikiwiki-plugin-disqus/).