Facebook 应用程序和选项卡有什么区别?
我想添加一个指向我的 Facebook 页面的链接,该链接将在我的页面中打开新信息。不是网站,而是来自我的保龄球手使用的评分程序的信息。无论如何,我都不是程序员,而且员工中也没有程序员,我正在努力自学这些东西。
首先,我不知道我要添加的内容是否称为“选项卡”或“应用程序”。我似乎无法找到一个很好的解释来解释其中的区别。它们对我来说听起来都一样。我试图弄清楚如何添加两者,并在 Facebook 上找到了很多很棒的网站和信息,可以引导您完成整个过程。
问题是他们似乎都希望我已经知道诸如 JavaScript、画布 url、FBML 等之类的东西……但我不知道。因此,即使我试图通过这些步骤,我也会被步骤绊倒。我想我正在寻找一个名为“Facebook 为无知的人开发”之类的页面。
我真的很感谢你能给我的任何帮助。
请原谅我的无知,但我一直在寻找如何做到这一点,但一直碰壁。
I want to add a link to my Facebook page that will open new information within my page. Not a website, but information from a scoring program my bowlers use. I'm not a programmer by any means and have no programmer on staff I am trying to teach myself these things as I go along.
First of all, I have no idea if what I want to add is called a "tab" or an "app." I can't really seem to find a good explanation as to what the difference is. They both kind of sound the same to me. I've tried to figure out how to add both and have found a lot of great websites and information on Facebook that kind of leads you through the process.
The problem is all of them seem to expect me to already know what things like, JavaScript, canvas urls, FBML, etc... and I don't. So I'm getting tripped up on the steps even as I'm trying to work my way through the steps. I guess I'm kind of looking for a page entitled something like "Facebook developing for ignorant people."
I really appreciate any help you can give me.
Please forgive my ignorance here but I have searched and searched for how to do this and just keep coming up against a wall.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
什么是 Facebook 标签?
Facebook 应用程序是什么?
什么是画布页面?
现在,您可能感到困惑的是,您可以通过选项卡在 Facebook 页面的上下文中使用您的应用。所以它是一个自定义选项卡
所以现在是你想要的
您想要向页面添加一条新信息。是静态内容吗?如果只是评分程序的规则,那么可以使用Tab。以前可以使用简单的 FBML 选项卡来完成此任务。 Facebook 已经逐步淘汰了这一功能。
处理问题的两种快速方法
使用“信息”选项卡描述放置信息
搜索提供此功能的应用程序例如TabPress
较长的方法(长期)是遵循本指南并咬紧牙关用于学习网络托管和开发
http://developers.facebook.com/docs/appsonfacebook/pagetabs/
有关语言的更多信息,以及步骤完全取决于您想要做什么。我不太确定你所说的显示保龄球信息是什么意思。目前我认为这只是静态信息。所以你需要知道的是如何使用以下 HTML 标签
What are Facebook Tabs?
What are Facebook Apps?
What is a Canvas Page?
Now where you may have been confused is that you have ability for your app to be used within the context of a Facebook Page via a tab. So it is a custom tab
So now to what you want
You want to add a new piece of information to the page. Is it static content. If it is just the rules of the scoring program, then you can use a Tab. Previously one was able to accomplish this using a simple FBML tab. Put Facebook has phased this out.
Two quick ways to deal with your problem
Use the Info tab description to place the information
Search for apps that offer this functionality for example TabPress
The longer way (long term) would be to follow this guide and bite the bullet for learning web hosting and development
http://developers.facebook.com/docs/appsonfacebook/pagetabs/
Any more information in terms of languages, and steps depends on exactly what you would like to do. I am not really sure what you mean by showing the bowling information. For the moment I am thinking it is just static information. So all you need to know is how to use the following HTML tags