是否可以在仅限客户端的应用程序上使用第三方评论服务,例如 facebook 评论 api 或 disqus?
如果是这样,怎么办?任何细节或参考资料都会有助于让我指出正确的方向。我对这个主题做了很多研究,但遇到了困难。
If so, how? Any details or references would be helpful in getting me pointed in the right direction. I've been doing a lot of research on the subject and I'm hitting a wall.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这绝对是可能的,因为 Facebook 评论和评论Disqus 本质上是客户端。它们几乎是粘贴到 HTML 页面中的 JavaScript 代码。
请查看此页面,了解有关实施 disqus 的信息:
http://docs.disqus.com/developers/通用/
以下是在您的网站上实施 FB 评论的指南:
http://maketecheasier.com/add-facebook-comment-system-to-site/2011/03/10
Yes, it's definitely possible as Facebook Comments & Disqus are client side by nature. They're pretty much javascript code that you paste into your HTML page.
Take a look at this page for information on implementing disqus:
http://docs.disqus.com/developers/universal/
Here's a guide on implementing FB comments on your site:
http://maketecheasier.com/add-facebook-comment-system-to-site/2011/03/10