how to support commenting?

84 views
Skip to first unread message

Sean Perry

unread,
May 26, 2011, 6:02:58 PM5/26/11
to hak...@googlegroups.com

I like the idea of a simple, static site system. My content will not be changing
so rapidly that it is really warranted. However, I would like to support people
commenting on articles. Is there a blend of the two that others have used?

Gwern Branwen

unread,
May 26, 2011, 6:10:40 PM5/26/11
to hak...@googlegroups.com

Outsource to Disqus?

From gwern.net's default.html

<div id="disqus_thread"></div>
<script type="text/javascript">
(function() {
var SHORTNAME = 'example'; // Your website's shortname on Disqus
var dsq = document.createElement('script'); dsq.type =
'text/javascript'; dsq.async = true;
dsq.src = 'http://disqus.com/forums/gwern/embed.js';
(document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
var disqus_shortname = 'gwern';
(function () {
var s = document.createElement('script'); s.async = true;
s.src = 'http://disqus.com/forums/gwern/count.js';
(document.getElementsByTagName('HEAD')[0] ||
document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<noscript>Enable JavaScript for Disqus comments</noscript>
</body>

--
gwern
http://www.gwern.net

Mikhail Glushenkov

unread,
May 26, 2011, 6:11:03 PM5/26/11
to hak...@googlegroups.com
Hi,

Disqus is a popular solution.

--
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Reply all
Reply to author
Forward
0 new messages