duoshuo 600 B

1234567891011121314
  1. <!-- Duoshuo Comment BEGIN -->
  2. <div class="ds-thread"{% if page.wordpress_id %} data-thread-key="{{page.wordpress_id}}"{% endif %}></div>
  3. <script type="text/javascript">
  4. var duoshuoQuery = {short_name:'{{ site.JB.comments.duoshuo.short_name }}'};
  5. (function() {
  6. var ds = document.createElement('script');
  7. ds.type = 'text/javascript';ds.async = true;
  8. ds.src = 'http://static.duoshuo.com/embed.js';
  9. ds.charset = 'UTF-8';
  10. (document.getElementsByTagName('head')[0]
  11. || document.getElementsByTagName('body')[0]).appendChild(ds);
  12. })();
  13. </script>
  14. <!-- Duoshuo Comment END -->