Quote:
Originally Posted by turbosatan
I have the problem where the iframe is not tall enough also.
Can anyone advise a way to change this?
EDIT
ok so i found http://wiki.developers.facebook.com/...sizable_IFrame this page. on the canvas page of the facebook app setup you can specify a resizeable iframe instead of a "Smartsize"
There are some details on this page on how to modify some of the code to make itr fit the content size.
But i am no coder. Can anyone who knows their way around code take a look and see if there is a simple one liner that can change this.
|
In your file look for this and play around with the width and height.. I think that is what you are looking for..
Code:
createHiddenDiv : function() {
if (document.getElementById('FB_HiddenContainer') == null) {
document.write('<div id="FB_HiddenContainer" '
+ 'style="position:absolute; top:-10000px; left:-10000px; width:0px; height:0px;" >'
+ '</div>');