Advertisement
lewapkon

disqus

May 6th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.51 KB | None | 0 0
  1.     <div id="disqus_thread"></div>
  2.     <script type="text/javascript">
  3.         /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  4.         var disqus_shortname = 'hoffstrona'; // required: replace example with your forum shortname
  5.  
  6.         /* * * DON'T EDIT BELOW THIS LINE * * */
  7.         (function() {
  8.             var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  9.             dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
  10.             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  11.         })();
  12.     </script>
  13.     <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  14.     <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
  15.    
  16.  
  17. http://docs.disqus.com/help/2/
  18.  
  19.  
  20.     <script type="text/javascript">
  21.     /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  22.     var disqus_shortname = 'hoffstrona'; // required: replace example with your forum shortname
  23.  
  24.     /* * * DON'T EDIT BELOW THIS LINE * * */
  25.     (function () {
  26.         var s = document.createElement('script'); s.async = true;
  27.         s.type = 'text/javascript';
  28.         s.src = '//' + disqus_shortname + '.disqus.com/count.js';
  29.         (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
  30.     }());
  31.     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement