Skip to content

Instantly share code, notes, and snippets.

View samdoidge's full-sized avatar

Sam Doidge samdoidge

View GitHub Profile
/*
* http://christian-fei.com/tutorials/how-to-lazy-load-disqus-comments/
*
* <div class="comments"></div>
*/
var comments = document.getElementsByClassName('comments')[0],
disqusLoaded = false;
function loadDisqus() {