多说评论在栏目首页插入评论
在栏目首页里面不能直接使用{dede:duoshuo/}变量,需要使用公共代码方可
将一下代码插入到栏目模板后,更新栏目即可
<div class="ds-thread" data-thread-key="{dede:field name='id'/}" data-title="{dede:field name='title'/}" data-url="{dede:field name='arcurl'/}"></div>
<script type="text/javascript">
var duoshuoQuery = {short_name:"多说用户名"};
(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);
})();</script>