Ticket #583 (closed defect: fixed)
Make adding Disqus comments to a site easier
Description
This documentation:
http://trac.apostrophenow.org/wiki/ManualBlogPlugin
Covers how to add Disqus but it is needlessly complicated. And you have to override big partials which we then can't upgrade without breaking your site.
This is silly, let's fix it. At a minimum we should write (and document!) empty partials with obvious names where all the comment stuff should go, so we can upgrade the blog plugin without breaking your comment-enabled site.
Better yet, those partials should already be populated, with an app.yml check wrapped around them that looks to see if your Disqus ID or whatever it is has been configured yet. I really like that idea.
We could even have it print "set your Disqus ID (see this link for help) or set it to false to remove this message."
This is maybe an hour or two and will really pay dividends.

