aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/disqus.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-041-21/+0
|
* removed superfluous parenthesesMichael Pfister2013-10-091-1/+1
|
* Use a protocol-relative url to load disqus over https or httpMichael Pfister2013-10-091-1/+1
|
* Fix Disqus over https.Alexandre Perrin2013-10-031-1/+1
| | | | | Forcing http:// as protocol will make Disqus fail when server over https for security reasons.
* Reverted commit 514e848 (issue #236), should fix Disqus identifier issues.Frederic Hemberger2011-11-011-2/+2
| | | | See also: https://github.com/imathis/octopress/wiki/Disqus-identifier-issues
* Use canonical URL for Disqus, fixes #236Frederic Hemberger2011-10-211-3/+2
|
* As other things rely on these variables, they need to be global. Drew Wells2011-10-091-4/+4
| | | | Fixes issues with comments not loading on the blog. Semicolons non-optional due to SAFE function http://twitter.com/#!/elijahmanor/status/121980870428069890
* Refactored inclusion of disqus scriptFrederic Hemberger2011-09-211-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