Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <script>
  2. (function() {
  3. var disqus_username = 'YOUR_DISQUS_USERNAME'; // Don't forget to replace
  4. var d = document, s = d.createElement('script');
  5. s.src = '//' + disqus_username + '.disqus.com/embed.js';
  6. s.setAttribute('data-timestamp', +new Date());
  7. if ($('body').hasClass('post-template')) {
  8. (d.head || d.body).appendChild(s);
  9. }
  10. })();
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement