
03-08-2009, 06:01 PM
|
 |
|
|
Join Date: Aug 2008
Location: All over the USA
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
- The script tag for http://static.ak.facebook.com/js/api...eLoader.js.php should be placed inside the <body> tag, not inside <head>.
- It is almost essential that the FB.canvasclient.starttimertosizetocontent() and related code be placed towards the end of other visual HTML markup inside <body> for resizing to work at all.
- For an IFRAME app, make sure you don't have height set to 100% in either the body or html styles or the resizing won't work.
- If you are seeing an initial scroll when the page is first loaded it is because the auto resize code is not being completed before the page is rendered. To avoid this issue, you can just explicitly specify CSS style "overflow:hidden" on the body tag in the iFrame.
Retrieved from " http://wiki.developers.facebook.com/...sizable_IFrame"
|