_disqus_comments.html 1.1 KB

12345678910111213141516171819202122
  1. {% if site.owner.disqus-shortname %}
  2. <script type="text/javascript">
  3. /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  4. var disqus_shortname = '{{ site.owner.disqus-shortname }}'; // required: replace example with your forum shortname
  5. /* * * DON'T EDIT BELOW THIS LINE * * */
  6. (function() {
  7. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  8. dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
  9. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  10. })();
  11. /* * * DON'T EDIT BELOW THIS LINE * * */
  12. (function () {
  13. var s = document.createElement('script'); s.async = true;
  14. s.type = 'text/javascript';
  15. s.src = '//' + disqus_shortname + '.disqus.com/count.js';
  16. (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
  17. }());
  18. </script>
  19. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  20. {% endif %}