What is the maximum iframe width of a facebook page?
相关问题
- facebook error invalid key hash for some devices
- how to get selected text from iframe with javascri
- LoginActivty with Firebase & Facebook authenticati
- facebook “could not retrieve data from URL”
- How do you scroll an iframe from within using jque
相关文章
- iframe的里内容看不到,但却点得到
- Facebook login for group members
- The method FB.api will stop working when called fr
- iframe content disappears on Firefox
- Changing an IFrames InnerHtml from codebehind
- React native deep linking vs Facebook SDK conflct
- UIActivity with no settings for Facebook
- Scrolling issues with ExtJS 5 app inside IFrame
For future reference, you can set the frame width to be floating inside advanced settings of app. This allows you to have any width for your app. See http://developers.facebook.com/blog/post/549/
It was 520px.
from FB docs (yes i know that doc about canvas and it's only mentions iframes, but i cannot find quickly reference to full iframe documentation)
Important Update
On the March 30th 2012, Facebook changed this to 810px, to match the new design of timeline.
And here you have a screenshot of the Facebook app, with width 810px.
It's 810 px wide. You don't have to worry about scrollbars if you use the following code...