使用 XFBML 将页面提要显示到网页
我有一个页面,我希望 Feed 从该网页运行 我可以让它按照我自己的方式工作,但这不是计划。
(https://www.facebook.com/pages/Inferno-Online-Stockholm/149232401793444)是我希望它结束的地方,但从网页开始工作已经让我迷失了。
I have a page I want the feed to work from the webpage
I can get it to work to my OWN feed but that is not the plan.
(https://www.facebook.com/pages/Inferno-Online-Stockholm/149232401793444) is where I want it to end up but getting to work from the webpage has lost me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Fox
我编写了一个小型的 Wall Feed 插件,如果您想查看的话,您可以使用一个简单的 iframe 来安装它。
https://apps.facebook.com/AnotherFeed/?pageid=149232401793444&since=30+days+ago&limit=8&type=feed&ref=get.code
这将适用于任何页面或应用程序,并且可以在帖子公开时适用于个人资料。
如何?我使用了 php-sdk &该插件的图形 api。这可以通过 Javascript SDK 来完成。
Fox
I have written a small Wall Feed Plugin you install with a simple iframe if you wish to check it out.
https://apps.facebook.com/AnotherFeed/?pageid=149232401793444&since=30+days+ago&limit=8&type=feed&ref=get.code
This will work for any page or application, and can work for personal profiles when the post is public.
HOW? I used php-sdk & graph api for this plugin. This can be done with Javascript SDK.