问题
It seems the new Timeline for Page will let applications tabs run in a wider canvas. Right now, my tab applications are still running in an iframe of 520px width. Anyone knows if there is a way to change that?
Also, the required app image is still 75x75px. I hope Facebook will soon allow us to upload images in the format of the new tabs which seems to be about 110x75px.
回答1:
Check your tab settings (https://developers.facebook.com/apps/<APPID>/summary
)for the "Page Tab Width" field. Your two options are 520 and 810px.
回答2:
The documented tab width is 810px but I'm measuring the containing div as 779px. Not sure yet what is the official width, but I'd go with 810px since that's available in the app settings.
The tab icon dimensions are 111x74px and Jimmy is right--you have to add the larger image on the page itself. Installing the large icon on the FB app will restrict it to 75x75px. Once the tab is on the FB page, expand the favorites and hover over the tab, click the pencil icon and go to Edit Settings. You can add a custom tab image that's 111x74px.
Jeremy
回答3:
Here is a post showing how to edit a tab image. It goes step by step, very clearly illustrated: http://www.wendymoore.net/2012/03/facebook-fan-page-timeline-how-to-edit-a-tab-image/
The simple answer is yes, you can put a 111x74 tab image directly on the fan page, not the apps page, by clicking on the triangle to the far right, mouse hover the tab to open the context menu and choose Edit Settings.
回答4:
As far as the logo size is concerned, here is what I'm observing:
It defaults to the 75x75 pixel app icon. So here you're limited to a width of 75px.
But you can customize the tab image and use the full space on a per-page basis by going to https://developers.facebook.com/pages/tab_image?pid=_PAGE_ID_&app_id=_APP_ID_
I found this out from this SO answer: What is the size of new Facebook Page Tab App icon
I would really like to be able to have a full sized image that doesn't have to be set on a per page basis.
Update 5/7/2012
You can now upload a 111 x 74px image for all tab instances from the app settings page. It's called the "Page Tab Image". (It still defaults to the app icon if this isn't set.)
You can still customize the page tab image on a per page basis with the URL above or through the app API. The property is either custom_icon
or custom_icon_url
. Read the docs
来源:https://stackoverflow.com/questions/9504867/new-timeline-application-tab-width-and-logo