单个 Facebook 应用程序可以在 2 个或更多选项卡上显示不同的内容吗?

发布于 2024-11-10 03:28:19 字数 119 浏览 0 评论 0原文

是否可以创建一个可用于在业务页面上拥有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小…楫夜泊 2024-11-17 03:28:19

是的,你可以!

您只需将应用程序安装在不同的页面即可。我使用 PHP SDK 制作了我的应用程序。您可以根据以下情况显示不同的选项:

  • 用户喜欢:$like_status(是/否)
  • Facebook 页面 ID:$page_id(某些页面加载某些内容,另一些则不加载) )
  • 语言/区域设置:$localeen_UKen_USes_ESes_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:

  • User like: $like_status (yes/no)
  • Facebook page ID: $page_id (some pages load some content, some others don't)
  • Language/locale: $locale (en_UK, en_US, es_ES, es_LT, de_DE, ...)
  • Country: $country
  • Page admin: $page_admin

More info:

╄→承喏 2024-11-17 03:28:19

我已经看到很多“欢迎选项卡”和自定义 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文