aboutsummaryrefslogtreecommitdiff
path: root/source/_includes/disqus.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang1-21/+0
2014-10-20initial setupZhiming Wang1-0/+0
2013-10-09removed superfluous parenthesesMichael Pfister1-1/+1
2013-10-09Use a protocol-relative url to load disqus over https or httpMichael Pfister1-1/+1
2013-10-03Fix Disqus over https.Alexandre Perrin1-1/+1
Forcing http:// as protocol will make Disqus fail when server over https for security reasons.
2011-11-01Reverted commit 514e848 (issue #236), should fix Disqus identifier issues.Frederic Hemberger1-2/+2
See also: https://github.com/imathis/octopress/wiki/Disqus-identifier-issues
2011-10-21Use canonical URL for Disqus, fixes #236Frederic Hemberger1-3/+2
2011-10-09As other things rely on these variables, they need to be global. Drew Wells1-4/+4
Fixes issues with comments not loading on the blog. Semicolons non-optional due to SAFE function http://twitter.com/#!/elijahmanor/status/121980870428069890
2011-09-21Refactored inclusion of disqus scriptFrederic Hemberger1-0/+22
- Added ARIA setting `aria-live="polite"` to comment output - Removed duplicate <div id="disqus_thread"> from page/post templates - Moved blocking JavaScript loading to the end of the document body. - Merged JavaScript code for index and pages/posts using conditionals - Moved global JavaScript disqus variables into the anonymous function to stop pollution of global namespace