如何将 Facebook 评论提取为 HTML?
Facebook 提供简单方法在您的个人网站上添加 Facebook 评论功能或博客。但CSS样式是Facebook的默认样式,无法修改。
还有另一种方法可以做到这一点。与上面使用 和 ajax 的简单方法不同,该方法似乎是使用 PHP 从 Facebook 获取评论,然后将评论直接放入 HTML,这样相关的 HTML 代码和 CSS 样式都可以可以定制。有说明这种方法的教程吗?
Facebook offers a simple method to add a Facebook comment function on your personal website or blog. But the CSS styles are Facebook's default style and cannot be modified.
There is another method to do this. Unlike the simple method above which uses <iframe>
and ajax, this method seems to use PHP to fetch comments from Facebook and then put the comments directly into HTML so the related HTML codes and CSS styles can all be customized. Is there a tutorial that illustrate this method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此方法不使用 Facebook 进行评论,仅使用 Facebook 帐户进行身份验证。评论系统和评论数据存储在 Facebook 外部。
如果您有一个页面包含您想要评论的每个故事的链接,那么从技术上讲,可以使用 Graph API 来执行此操作。看看 https://developers.facebook.com/docs/reference/api/link/ 了解有关检索和发布链接评论的信息。
This method doesn't use Facebook for commenting, it just uses Facebook accounts for authentication. The commenting system and comment data is stored outside of Facebook.
It's technically possible to do this using Graph API if you have a page with links for each story you want to comment on. Look at https://developers.facebook.com/docs/reference/api/link/ for information about retrieving and publishing to the comments for a link.