How many custom tabs we can create in facebook page? - facebook

We have a facebook page.in which we have added a Static FBML App "http://www.facebook.com/apps/application.php?id=4949752878".We have added 10 new tabs.Now we want to add more tabs,but we are not able to add more FBML tab.Its not giving an option to add more tab.
Please suggest us to solve the issue.
Thanks in advance.

FBML has closed by facebook,Now if you want to add facebook tab need to maken an app & install it on your page.
Thanks

I've heard 10 is the max number of tabs you could have for a page. I've never had any pages with that many tabs though.
There's no straight forward way to solve this. You either need to create a new page, or combine your tabs.
-Roozbeh

There's no limit but after a few (10 I think) many of them will be hidden behind a 'See More' link and will get very little traffic

Related

facebook app allows only one tab?

i have a business page ob facebook and i want to create 3 tabs for offers, best selling, promotions.
I have create on my website 3 pages without header and footer and show only the main content.
To do this
I have create an app on facebook developers.
i created my first custom facebook tab that show contents of my
webpage which working fine.
When i tried to created another tab clicking add platform the Page Tab is grey meaning that i cant create another tab.
This means that the app can have only one tab ?
and if i want to have 2-3 custom tabs whats the solution ?
Thanks
This means that the app can have only one tab ?
Yes.
and if i want to have 2-3 custom tabs whats the solution ?
To create 2-3 apps.

Facebook iframe does not go to top when new page loads

Hi i cannot for the life of me find a solution to this.. i have searched on ehre and tried every suggested solution for this issue...
nothing seems to work with a facebook/iframe combination
as this guy said
Unfortunately, it doesn't work, as well as many other solutions I tried: onload="window.parent.scroll(0,0);", document.getElementById("someTopDivId").scrollIntoView();, $(window/html/body).scrollTop(0);... Nothing seems to work with the Facebook iframe combination :( – BBog Dec 8 '11 at 9:40
from here
Scrolling to the top of a new opened page inside an iframe
problem is this
when user gets to bottom of page 1 (inside iframe) on facebook tab, and click "next page"
it then loads the page 2 into the iframe but in the same place eg at the bottom
and not the top
forcing user to scroll back up to the top to conuntinue reading page 2
there are MANY simialr questions but cant seem to find a solution
anyone know how to beat this issue?
would have thought its a pretty big one as iframe is being used by many in this way on FB
surely someone has fifgured this out?
appreciate any assistance!
just use FB JS SDK's FB.Canvas.ScrollTo.
see http://developers.facebook.com/docs/reference/javascript/FB.Canvas.scrollTo/ for more info.

Remove facebook fan page profile picture on like box plugin

I just want to ask a simple question about facebook like box http://developers.facebook.com/docs/reference/plugins/like-box/ I just want to remove the fan page profile photo.. Is there a solution for this? Thanks!
First: It is against the facebook rules to change or hide things in the social plugins.
That being said, afaik it is not possible anymore to use custom css in the social plugins. A long time ago you could pass the absolute URL of a css file to the plugin code but it does not work anymore.
I would recommend using a simple Like button. If you really need the stream of the page too, you could just use an app to read them by yourself, in that case even with your own design.
I just thought to answer this question as someone else might need this information in the future. All you need to do is reduce the width of the facebook like box. That’s it. I have done that in my website www.bringhopes.ca.
You can add the following CSS to hide the image
img.profileimage
{
display:none;
}

How To stream.publish Within a Profile Tab

I have successfully setup an iFrame based App using the Javascript SDK, and we are trying to enable it on a Page Tab.
It seems Facebook has changed some things lately, because the app breaks when added to the Page Tab. I even went as far as making sure that all external scripts were included in the main index.php file, and that the body tags were taken out.
No, I'm trying to find out if it is even possible to use methods such as the stream.publish within a Profile Tab at all.
It seems like it isn't. As far as I can tell, you can no longer use any social methods on the Profile Tab.
Here were two related articles on the subject:
insidefacebook.com/2010/08/19/facebook-moving-toward-iframes-over-fbml-for-canvas-apps-and-page-tabs/
-and-
developers.facebook.com/roadmap
If anyone can confirm or deny this, it would be a huge help. The Facebook docs are just all over the place.
Here's a link to the working App Canvas as it stands now: http://apps.facebook.com/votetesting/
I know that on tab pages, you cannot do any JS until the user clicks on something first. Maybe that is the problem.
-Roozbeh

How do you remove the "box head" in a Facebook application?

I'm currently developing a Facebook application which will eventually end up on a Facebook Page. The problem is that I don't know how to remove the box header (handle?) with the application name and the close-button.
I've seen other applications on Pages being able to remove the header. Look at Apples Page here: http://www.facebook.com/home.php#/pages/Apple-Students/11147074409
Is it because they use an IFrame? I've tried that as well but I still need to call setFBML and embed an IFrame inside it.
I think you're right about the IFrame in the Apple page. It looks like the entire left column is a single IFrame. Still, it's not clear how they managed to get rid of the handle bar. Now I'm curious too...
Is is possible that Apple paid facebook to remove the header you are talking about?
Maybe it's a special case and they have a special API/UI for people who are willing to give them cash money?
I wrote a Facebook application a while back and I do not believe it has what you are calling a box header on it: http://apps.facebook.com/photoisland/. The application is configured to run entirely in an IFrame and I am not using FBML at all.
I've finally found out how to get an IFrame without a header just like Apple does.
You have to sign a special deal with Facebook to get it... however this deal doesn't come cheap so it's out of question for most companies. :(