Skip to content

Instantly share code, notes, and snippets.

@mustardamus
Created July 12, 2010 01:01
Show Gist options
  • Save mustardamus/471999 to your computer and use it in GitHub Desktop.
Save mustardamus/471999 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
window.disqus_no_style = true;
$.getScript('http://sitename.disqus.com/embed.js', function() {
var loader = setInterval(function() {
if($('#disqus_thread').html().length) {
clearInterval(loader);
disqusReady();
}
}, 1000);
});
function disqusReady() {
//whatever you can imagine
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment