wordpress多说插件【热评文章】代码调用方法

完整代码

<ul  class="ds-top-threads" data-range="weekly" data-num-items="5"></ul>
<!--多说js加载开始,一个页面只需要加载一次 -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"您的多说二级域名"};
(function() {
    var ds = document.createElement('script');
    ds.type = 'text/javascript';ds.async = true;
    ds.src = 'http://static.duoshuo.com/embed.js';
    ds.charset = 'UTF-8';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!--多说js加载结束,一个页面只需要加载一次 -->

注意修改您的多说二级域名:(在多说后台设置中找到,格式如abcd.duoshuo.com,只需填 abcd 即可)

参数说明

//以下参数均为可选参数
 data-range="weekly"      //热评统计时间范围:daily:日;weekly:周;monthly:月;默认值daily
data-num-items="5"     //显示最新文章的条数,默认值5

其中,以下代码是必须的。而在每个页面中,如果使用多个多说控件,只需要添加一次多说js

<ul  class="ds-top-threads" data-range="weekly" data-num-items="5"></ul>

非插件推荐

如果你没有使用多说插件,建议阅读:
1、wordpress获得最热文章(评论最多)两种方法
2、WordPress免插件实现热门文章


发布日期:

所属分类: Wordpress 插件 标签:


没有相关文章!