I just created and application for Facebook and added with the help of the FBML 10 tabs, but it doesn't seems to let me add another tab. Is there a limit (10 tabs) or it's just a weird coincidence. Thanks!!
Facebook does have a limit on the number of tabs that can be displayed on a fan page at a single time - excess tabs that are beyond the width limitation are taken to another area that is marked ">>" and on the right side of the tab space.
To rearrange the tabs being displayed by default:
1.) Click the tab you want to move from your fan page
2.) Once the tab is selected, drag it to the left and place it in the order you need to (they're basically drag and drop by pulling the top of the tab left or right).
Hope that helps!
Related
I am working on a project based on Ionic. I have a page consisting of three tabs.
When I switch between the tabs there is a white blank screen appears for a short period of time, but it looks like the whole page is getting refreshed.What I want to achieve is that the tabs should remain as it is. It should not look like tab gets disappears and then appears.only the content should change.
Any help will be appreciated.
you have to use show hide functionality. in your design three tabs are there right. so in your application create one main div and in that div put your three tab and inside your controller buy-default tab1 data show on load tab2 and tab3 div make hide. and if you click on tab2 then hide data tab1 and tab3. you do not change your whole page only data show hide. its faster and all header footer data as it is. and if you have any confusing then tell me.
I have created some custom apps for facebook page, and also added in as a facebook page tab.
The Question is: I want to increase the tabs on facebook page, right now facebook is giving on 4 tabs 'Timeline', 'About','Photos' or 'Reviews' and 'More'.
I can arrange the tabs and move my custom tabs on the top but I want the more tabs(6 or 7) then there should be 'More...'.
Is it possible in facebook.
No, this is not possible. Also, the maximum amount of tabs that are visible (including "more") is 12. You can add more as Admin and you will see them all, but only the first 12 will be shown to a User.
I'm working on a GWT application that has the following layout:
- on top there's Menu Bar
- below that screen is separated into two panel by Split Layout Panel
When user clicks on a label in Menu Bar relevant information is show below in the left part of the screen. Then user clicks on an action item on that left part of the screen, and relevant information on that action item is displayed on the right part of the screen.
Clicking on an action item on the right part of the screen may also change relevant information on left part of the screen.
I want to extend on this by giving a possibility to drag/drop the panel on the right part of the screen to another browser tab/window. After that the right and left part of the screen should remain connected as if they are in the same browser tab/window.
Also, that new tab/window should only display that right panel, while Menu Bar and left panel, along with Split Layout Panel should not be present (this is less important but it would be great if it can be done).
Another important thing is that current visual representation of application is not changed but only extended with this functionality.
Is that something that can be done and if it is how to do it?
Thank you for your help.
I think you would have to use "HTML5" native drag and drop to drag between browser instances, so that would limit browser support. Both tabs would already have to have your code loaded into them so they could respond to these events.
If you have a server back end (not just static HTML/JS) then you could communicate via the server. Otherwise maybe "HTML5" client side storage to store blobs of data describing the panel contents. Probably easier re-render in the new browser/tab.
I am adding tabs to my page in fb. The problem is my customers do not notice that they need to click on the arrow icon to see all the tabs. Is there a way or setting that allows me to show all tabs on my page?
No, there is no way. Reorder your tabs so that the ones you really want your customer to see are displayed first. Another thing you can do is modify your cover photo in a way that indicates to your customers that there are cool tabs there. Facebook discourages using the cover photo for advertisements, so try to keep it classy.
I have couple FlowPanels related like pages in a book, when i click the 'next' button it will go to the next page, which is flowPanel too. on one of the page, it have lots of widgets, from previous page to this page, it always goes to the bottom of the page not the top. how can i make it show the top of the page instead? thanks.
If you mean scrolling to the top of the browser window, take a look at Window.scrollTo()