使用 Disqus,是否可以在帖子排名算法中使用帖子点赞?
在基于 wordpress
的在线杂志中,我们希望实现一种基于 发布时间
+ # 的
。这可能吗?后排名算法
喜欢来自 DISQUS
的
In a wordpress
based online magazine, we're looking to implement a post-ranking algorithm
based on time of post
+ # of likes
from DISQUS
. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 Disqus API,编写这样的代码应该不难。您将能够编写您的算法,也许还可以编写您自己的评论显示,而不是由 Disqus 处理评论输出。
If you use the Disqus API, it shouldn't be hard to code such a thing. You would be able to code your algorithm, and maybe also your own display of the comments, rather than Disqus handle the comment output.