你能将 php 插入任何级别的 Facebook 粉丝页面吗?
我知道 facebook 使用 fbml,但是好奇..有什么方法可以显示当前在我的网站上显示的 php 脚本的结果吗?它只有 3 个小行信息..但它会动态更新,这就是我质疑这一点的原因。
谢谢。
I know facebook uses fbml, but curioius.. is there any way to display the results of a php script that is currently being displayed on my website? It's only 3 little small rows of info.. but it updates dynamically and that's why I'm questioning this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果粉丝页面由您管理,那么我认为最好的方法是开发一个自定义 Facebook 应用程序来执行此操作,然后您可以将此应用程序添加到页面中。
如果您不是该页面的管理员,我非常怀疑您是否能够添加此数据。
If the fan page is administered by you then I think the best way to do this would be to develop a custom Facebook application that does this and you could then add this application to the page.
If you're not the administrator of the page, I highly doubt that you'll be able to add this data.
粉丝页面可以包含选项卡应用程序。这些计划本季度将通过 iframe 容器使用传统的 html,该容器将能够包含您希望的任何站点或服务器的结果。目前,您可以通过将 fb:iframe 插入选项卡应用程序 fbml 来产生类似的结果。
Fan pages can contain tab applications. These are scheduled to use conventional html via an iframe container this quarter, which would be able to contain the results from any site or server you wish. At the moment, you can produce a similar result by inserting an fb:iframe into the tab applications fbml.
以下是分步说明
转到 http://www.facebook.com/developers/ 单击右上角的“+设置新应用程序”按钮为您的应用程序命名并创建它。
现在您位于设置页面。单击 Facebook 说明,然后在“Canvas URL”中输入您的网页 URL。然后在底部的选项卡部分使用选项卡名称和 URL。
不要忘记输入您的“画布页面”名称。
Here are the step by step instructions
Goto http://www.facebook.com/developers/ click on "+Set Up New App" button at top right give your application a name and create it.
Now you are on settings page. Click facebook instructions then in "Canvas URL" enter your web page URL. Then in tab sections at bottom use tab name and URL.
Don't forget to enter your "Canvas Page" name.
我不熟悉FB,但是当你会使用JS时,你可以尝试使用AJAX。
Im not fammiliar with FB, but when you can use JS you can try using AJAX.