disqus 1.0 KB

123456789101112131415
  1. <div id="disqus_thread"></div>
  2. <script type="text/javascript">
  3. {% include JB/is_production %}
  4. {% if is_production == false %}var disqus_developer = 1;{% endif %}
  5. var disqus_shortname = '{{ site.JB.comments.disqus.short_name }}'; // required: replace example with your forum shortname
  6. {% if page.wordpress_id %}var disqus_identifier = '{{page.wordpress_id}} {{site.production_url}}/?p={{page.wordpress_id}}';{% endif %}
  7. /* * * DON'T EDIT BELOW THIS LINE * * */
  8. (function() {
  9. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  10. dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
  11. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  12. })();
  13. </script>
  14. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  15. <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>