7 Commits (ce458d8b9e94c0b033cac3f05572b2fcb132c953)

Author SHA1 Message Date
Michael Pfister f11df1b6ac removed superfluous parentheses 12 years ago
Michael Pfister 556fa9fe4d Use a protocol-relative url to load disqus over https or http 12 years ago
Alexandre Perrin 0a1b94d222 Fix Disqus over https.
Forcing http:// as protocol will make Disqus fail when server over
  https for security reasons.
12 years ago
Frederic Hemberger 262eb52bc5 Reverted commit 514e848 (issue #236), should fix Disqus identifier issues.
See also: https://github.com/imathis/octopress/wiki/Disqus-identifier-issues
14 years ago
Frederic Hemberger 514e84831c Use canonical URL for Disqus, fixes #236 14 years ago
Drew Wells 734ee1f31e As other things rely on these variables, they need to be global.
Fixes issues with comments not loading on the blog.  
Semicolons non-optional due to SAFE function http://twitter.com/#!/elijahmanor/status/121980870428069890
14 years ago
Frederic Hemberger 2a30d9a1eb Refactored inclusion of disqus script
- 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
14 years ago