How do you get a Facebook page using the iframe to be longer than 700px without scrollbars to appear without cropping at 700px?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sometimes Facebook is not always resizing correct so I usually use in my applications an Array witch is called after page load or after i make some changes to the size:
FB.Array.forEach([0, 100, 300, 500, 1000, 2000], function(delay) { setTimeout(function() { FB.Arbiter.inform("setSize", FB.Canvas._computeContentSize()) }, delay) })and
they always worked for me