we known fb launches timeline pages
whats the width of fb tab app of timeline pages?
do you known the actual width or/and any offical guide which shows the width of app for timeline pages
thanks
"You can adjust the width of an app on your Page to be Narrow (520px) or Wide (810px)."
http://www.facebook.com/help/?faq=295605743827115
Related
I've updated my thumbnails to Facebook's lastest specifications (560x292px) but the thumbnail in the Facebook timeline will randomly show up as the previous smaller size, while showing correctly on my actual fan page.
I've run the Facebook linter and the correct thumb is shown in the og:image tag.
Small size on timeline:
Correct size on fan page:
As per this, https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-content/#images you should use images that are 600 x 315 at the minimum to display link page posts with larger images.
Try this.
Most probably a Facebook problem....I had some issues with it also.....
Try doing this if you use google chrome:
- Right click a white area, select "inspect element".
- Now when the tab opens at the bottom of the page, click and hold the refresh button, and some options will appear.
- Select: Empty cache and hard reload. See if this happens again.
If you are using other browsers, try to delete cookies and clear cache, then login again and see if it works!
Good luck!
Just before i start, i have searched for a long time and read many posts,
the Facebook page app is different from a normal app, at least when it comes to height.
I have a facebook page app (runs inside a facebook page) that runs inside facebook's iframe.
the iframe has a specifc height that i want to change to avoid inner scroll bar.
link
there is nothing about the height parameters inside the app settings.
any ideas?
thanks
Go into http://facebook.com/developers -> click to your app -> "Basic" menu item -> and there is the section called App on Facebook . There are parameters of canvas (width and height).
Hope it helps.
I'm trying to get Fancybox to center up on the screen within a facebook iframe app. Everything works fine on my test page outside of FB but once I put it in my app it shows up centered according to the iframe height not the viewable screen. I have also noticed that the 'centerOnScroll': true is also ignored when using inside FB app. Any suggestions would be great and much appreciated.
Centering in a iframe according to it's viewable height is generally not workable. Have a look at the following answer.
Fix an element inside an iframe in the center of the screen
I have a facebook application which lists a list of categories in an iframe in facebook page. In the old facebook view, it is fit to the width where the iframe width is 520px. But when the page is opened in the new Timeline view, it's width is still 520px.
Since the function FB.Canvas.setAutoResize() is now deprecated by Facebook, I tried using FB.Canvas.setAutoGrow(). But still, it is not working.
Can any one please suggest a solution to auto adjust the canvas in both facebook page with timeline installed and without that??
Thanks...in advance..
You need to change this in the settings of application:
I want to use fancybox in a facebook tab based page. In that page there are seperate pages loading in fancybox, but what is happening is I can not give width of that page more than 520px as my fancybox opens inside the facebook page so there is a scrollbars in my facebook page. Is there a way where I can load my fancybox as overlay on full page so there my new pages that are opening in fancybox can have more than 520px width.
Thanks in advance
No, you only have control over the space that Facebook gives to you in your iFrame. There are certain dialogs you can ask Facebook to display, see if one of them fits your needs.