如何在移动设备上调用Facebook Page的桌面站点?
这是 Facebook 页面示例(福特野马!)。
http://www.facebook.com/fordmustang
当我在 Android 浏览器上调用此 URL 时,它会引导至移动设计的页面。
(m.facebook.com/fordmustang)
但是,在此页面中,我无法访问 Ford Mustang 页面中的任何 Facebook 应用程序,例如,
http://www.facebook.com/fordmustang?sk=app_53267368995
我只能通过 Android 浏览器访问墙、信息和照片。
因此,我想调用 Mustang 页面作为桌面站点(全 PC 尺寸屏幕)
来自我的 html。
此时,以下代码将引导至移动网站。福特野马桌面网站
而且以下代码也无法运行该应用程序。 (通向墙壁)Mustang Twitter
如果您知道任何好方法,请告诉我。
谢谢您的帮助!
Here is a sample Facebook page (Ford Mustang!).
http://www.facebook.com/fordmustang
When I invoke this URL on Android browser, it leads to mobile designed page.
(m.facebook.com/fordmustang)
But, in this page, I can't access any Facebook apps in Ford Mustang page such as,
http://www.facebook.com/fordmustang?sk=app_53267368995
and I can only access wall, info and photo via Android browser.
Therefore, Id like to invoke the Mustang page as desktop site (full PC size screen)
from my html.
At this moment, following code leads to mobile site.<a href="http://www.facebook.com/fordmustang">Ford Mustang desktop site</a>
And also following code can't work the app. (leads to wall)<a href="http://www.facebook.com/fordmustang?sk=app_53267368995">Mustang Twitter</a>
Please let me know if you know any good way to do this.
Thank you for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想要尝试更改向站点报告的用户代理字符串。请参阅此处
You might want to try changing the User agent string that is reported to the site. See Here