有没有一种简单的方法可以将帖子从 Facebook 粉丝页面导出到外部网站?
因此,Facebook 拥有社交插件,允许来自 Facebook 外部的内容进入 Facebook。但是,如果您想使用 Facebook 页面的更新来同时更新外部网站,是否有类似的插件或应用程序允许这样做?否则如何开始构建这个呢?
So facebook has the social plug ins which allow content from outside facebook get into facebook. However if one wanted to use updates made to a facebook page to update an external website at the same time are there similar plug ins or applications that allow this? Otherwise how would one start out building this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
每个 facebook 粉丝页面都有用 xml 编写的 rss 文件。
因此,如果您有时间编写代码,则需要在需要来自 facebook 的帖子时解析此文件,并使用一些 css 和 html 标签按您喜欢的方式显示它们。
http://www.kristi-barrow.com/facebook- rss-feeds-what-is-available/
否则你去 https://developers.facebook.com/docs/reference/plugins/like-box/ 并输入页面的链接,您将获得在您的网站中显示流的代码!
Every facebook fan page has rss file which is written in xml.
So if you have time to code you need to parse this file when you need posts from facebook and show them as you like with some css and html tag.
http://www.kristi-barrow.com/facebook-rss-feeds-what-is-available/
Else you go to https://developers.facebook.com/docs/reference/plugins/like-box/ and put the link of your page and you'll get a code that show stream in your site!