美文网首页
多说评论框

多说评论框

作者: jobn_joy | 来源:发表于2015-04-27 16:59 被阅读0次

    index.html

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Document</title>
    <script type="text/javascript" src="ds.js"></script>
    </head>
    <body>
    
    <!-- 多说评论框 start -->
      <div class="ds-thread" data-thread-key="sss" data-title="test" data-url="http:172.20.2.217:3000"></div>
    <!-- 多说评论框 end -->
    <!-- 多说公共JS代码 start (一个网页只需插入一次) -->
    
    <!-- 多说公共JS代码 end -->
    
    </body>
    </html>
    

    ds.js

     var duoshuoQuery = {short_name:"jobn--joy"};
      (function() {
        var ds = document.createElement('script');
        ds.type = 'text/javascript';ds.async = true;
        ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
        ds.charset = 'UTF-8';
        (document.getElementsByTagName('head')[0] 
         || document.getElementsByTagName('body')[0]).appendChild(ds);
      })();

    相关文章

      网友评论

          本文标题:多说评论框

          本文链接:https://www.haomeiwen.com/subject/texvfttx.html