What's the difference between a Facebook app and a tab?

梦想与她 提交于 2019-12-05 05:36:49

What are Facebook Tabs?

The tabbed structure multiplies your possibilities. Tabs help keep Pages organized so people know where to go to get different pieces of information. The Wall tab is for dynamic content, the Info tab has static information, the Photos tab contains photos albums and Fan photos, etc

What are Facebook Apps?

Apps on Facebook are web apps that are loaded in the context of Facebook in what we refer to as a Canvas Page.

What is a Canvas Page?

A Canvas Page is quite literally a blank canvas within Facebook on which to run your app.

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

I want to add a link to my Facebook page that will open new information within my page.

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.

FBML will no longer be supported as of January 1, 2012

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

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