duoshuo.blade.php 799 B

1234567891011121314151617181920
  1. <!-- 多说评论框 start -->
  2. <div class="ds-thread"
  3. data-thread-key="{{ $commentId }}"
  4. data-title="{{ $commentTitle }}"
  5. data-url="{{ $commentUrl }}">
  6. </div>
  7. <!-- 多说评论框 end -->
  8. <!-- 多说公共JS代码 start (一个网页只需插入一次) -->
  9. <script type="text/javascript">
  10. var duoshuoQuery = {short_name:"{{ $shortName }}"};
  11. (function() {
  12. var ds = document.createElement('script');
  13. ds.type = 'text/javascript';ds.async = true;
  14. ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
  15. ds.charset = 'UTF-8';
  16. (document.getElementsByTagName('head')[0]
  17. || document.getElementsByTagName('body')[0]).appendChild(ds);
  18. })();
  19. </script>
  20. <!-- 多说公共JS代码 end -->