单个 Facebook 应用程序可以在 2 个或更多选项卡上显示不同的内容吗?
是否可以创建一个可用于在业务页面上拥有 2 个或更多不同选项卡的 Facebook 应用程序 (iframe)?我不知道如何做到这一点,而且对于我来说,仅仅为了第二个选项卡就必须拥有多个 appID 和应用程序似乎是错误的。
Is it possible to create a single facebook app (iframe) that can be used to have 2 or more different tabs on a business page? I have not been able to see how to do this and it seem wrong to me to have to have multiple appID's and apps just for a second tab..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,你可以!
您只需将应用程序安装在不同的页面即可。我使用 PHP SDK 制作了我的应用程序。您可以根据以下情况显示不同的选项:
$like_status
(是/否)$page_id
(某些页面加载某些内容,另一些则不加载) )$locale
(en_UK
、en_US
、es_ES
、es_LT
,de_DE
, ...)$country
$page_admin
更多信息:
Yes, you can!
You just need to install the app in different pages. I did my apps with the PHP SDK. You can show different options depending on:
$like_status
(yes/no)$page_id
(some pages load some content, some others don't)$locale
(en_UK
,en_US
,es_ES
,es_LT
,de_DE
, ...)$country
$page_admin
More info:
我已经看到很多“欢迎选项卡”和自定义 iframe 选项卡应用程序有多个应用程序,其中附加的应用程序称为“第二选项卡”、“第三选项卡”等。因此,我认为每个应用程序只能添加一个选项卡一页。
I've already seen a lot of the "welcome tab" and custom iframe tab applications have multiple apps with the additional ones called "2nd tab", "3rd tab", etc. So, I think each application can only add one tab to a page.