应用程序的 Facebook 自定义选项卡
我为我的大学图书馆开发一个 facebook 应用程序,问题是我想在我的应用程序中使用 5 个不同的选项卡,每个选项卡我都在 index.php 文件中使用了命令,但它显示命令错误。我不知道如何在我自己的应用程序中创建选项卡或菜单。我发现了许多有关在 Facebook 页面中添加选项卡的教程。但我找不到任何教程来指导我如何编写代码来在 Facebook 应用程序中创建选项卡。
请有人帮助我。
I developing a facebook app for my university's library, the problem is that I want 5 different tabs in my app and every tab, I have used command in index.php file but It show command error. I dun know how can I create tabs or menu in my own app. I have found many tutorials regarding adding tabs in facebook page. But i am unable to find any tutorial which guide me how to write code to create tabs in facebook app.
Someone please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须先创建一个应用程序,然后才能将其作为选项卡添加到 Facebook 页面。
https://developers.facebook.com/docs/appsonfacebook/pagetabs/
You will have to create an app, before you can add it as a tab to a Facebook page.
https://developers.facebook.com/docs/appsonfacebook/pagetabs/
也许这里存在一些词汇/语言问题。请澄清。
当您说“选项卡”时,您是指五个元素,它们会在粉丝页面内创建五个指向左侧 FB 菜单的链接
,还是
指一个 url 内包含五个不同“屏幕视图”的“菜单”,在左侧创建一个链接侧面菜单?
两者都可以做到。
Perhaps there are some vocabulary / language issues here. Please clarify.
When you say "tab", do you mean five elements that would create five links to the left side FB menu inside a fanpage
or
do you mean a "menu" of five distinct "screenviews" inside one url that creates one link in the left side menu ?
Both can be done.