Is it possible to show a Facebook app as a Page Tab on mobile devices?

陌路散爱 提交于 2020-01-09 06:22:06

问题


For example, the following URL shows the app in a tab:

https://www.facebook.com/just.to.get.a.rep?sk=app_203403406338325

But when on a mobile device it redirects to the mobile site and does not show the tab or even have a link to it:

https://m.facebook.com/just.to.get.a.rep?sk=app_203403406338325

I even have the application tab set as the Default Landing Tab for this page, but cannot get the pap to show for the page. Is there another format we need to develop for the App to support mobile? Ideally we would like to show the tab on iPhone app and other mobile viewing.


回答1:


There's not currently any way to see App-provided Page tabs on the m.facebook.com site

Mobile web apps are supported, but they're not tied to the Page and need to be manually linked-to or bookmarked, the tab functionality simply doesn't exist now.




回答2:


If you're in control of the link the user clicks on to reach your fanpage/pagetab-combination, then try adding a GET parameter ref=ts

h++ps://www.facebook.com/just.to.get.a.rep?sk=app_203403406338325&ref=ts

Apparently this prevents the redirect to the mobile version of facebook.




回答3:


Currently you can develop application functions such as app authorisation but sadly no, you can't display standard iFramed tab apps, I suspect this is because of slow 3G data speeds and the fact that Facebook wouldn't want the mobile experience being any slower than it already is (dependent on external hosting etc).

Many of my larger clients are begging for it. The only workaround I use is to build an external page with the same content used in the iFrame - then you can direct users to the tab or mobile users to an external link.




回答4:


https://www.facebook.com/pagename/app_000000000000000?ref=page_internal

as of now ref=page_internal is working as a work around.




回答5:


You can redirect Mobile users to a specific mobile website, and have desktop users redirected to your page tab app.

Detailed instructions for doing this are available here: https://stackoverflow.com/a/15860533/121285



来源:https://stackoverflow.com/questions/7220579/is-it-possible-to-show-a-facebook-app-as-a-page-tab-on-mobile-devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!