Facebook 页面问题
我有几个问题希望有人能帮忙解决,我正在为一家企业创建一个 Facebook 页面,他们想要显示直接从自己的网站提取的产品列表,是否可以提取 XML 提要来自网站,然后使用 FBML 显示数据?其次,如果用户“喜欢该页面”,是否可以仅显示某些内容?
谢谢
I have a few questions that I hope some can help with, I am creating a facebook page for a business and they are wanting to display a list of products, that are pulled directly from there own website, is it possible to pull an XML feed from the website, then display the data using FBML? Secondly is it possible to only show certain content if the user has 'liked the page'?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须使用服务器上的脚本来执行此操作。例如,获取 XML 并输出 FBML 的 PHP 脚本。
You will have to do this with a script on your server. E.g. a PHP-script which fetches the XML and outputs FBML.
FBML 已被弃用,因此用它构建东西是有风险的。它可能会突然停止工作。
FBML has been deprecated so building something with it is risky. It might stop working suddenly.
要仅向喜欢您粉丝页面的用户显示内容,您可以使用以下内容:
对于产品的 XML 显示,您必须构建一个将在粉丝选项卡中运行的 facebook 应用程序。
For showing content only to users that liked you fan page you can use following:
For XML displaying of product you will have to build a facebook application that will run in fan tab tab.