开发者

Can a single facebook app show different content on 2 or more tabs?

开发者 https://www.devze.com 2023-03-08 03:43 出处:网络
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

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 a开发者_StackOverflow社区nd apps just for a second tab..


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:

  • http://developers.facebook.com/docs/reference/php/
  • https://github.com/facebook/php-sdk


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消