Advertisement
poohitan

disqus example #2

Jan 28th, 2014
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.     /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  3.     var disqus_shortname = 'poohitan'; // required: replace example with your forum shortname
  4.  
  5.     /* * * DON'T EDIT BELOW THIS LINE * * */
  6.     (function () {
  7.         var s = document.createElement('script'); s.async = true;
  8.         s.type = 'text/javascript';
  9.         s.src = '//' + disqus_shortname + '.disqus.com/count.js';
  10.         (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
  11.     }());
  12.     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement