0

我正在尝试在我的博客页面http://www.lowcoupling.com中自定义 disqus 评论计数, 但问题是,如您所见,我已经设法删除了 Comment(s) 这个词我看不到如何禁用/删除反应计数。有没有办法做到这一点?我在设置页面找不到

4

1 回答 1

0

转到您的 Disqus 管理员并在那里添加 HTML 标记,如下所示:

Zero Comments      | 0<span style="display:none;">
One Comment        | 1<span style="display:none;">
Multiple Comments  | {num}<span style="display:none;">

Zero Reactions     | 0 Reactions</span>
One Reaction       | 1 Reaction</span>
Multiple Reactions | {num} Reactions</span>
于 2013-08-10T12:29:14.430 回答