Hi sagad,
In order to increase the heaight of the gadget, you need to do some
modifications in the file javascript/gadgets.js.
Go to line no: 484 (can be different in yours), then modify this line:
continuation('<div class="' + this.cssClassGadgetContent + '"><iframe
id="' +
iframeId + '" name="' + iframeId + '" class="' +
this.cssClassGadget +
'" src="' + this.getIframeUrl() +
'" frameborder="0" scrolling="no" width="100%"></iframe></
div>');
Replace with:
continuation('<div class="' + this.cssClassGadgetContent + '"><iframe
id="' +
iframeId + '" name="' + iframeId + '" class="' +
this.cssClassGadget +
'" src="' + this.getIframeUrl() +
'" frameborder="0" scrolling="yes" style="height:400px; width:
500px;"></iframe></div>');
you can change the height and width parameters as per your
requirement.
Hope this helps. :)
On May 1, 8:06 pm, SaGad <sa....@fupei.com> wrote:
nope, there is no respon at all about my question...
On Apr 23, 3:35 am, gaurav_aries <gaur...@gmail.com> wrote:
were u finally able to make ur social neetworking site opensocial
capable .....
i am also tryin to do the same .plz help me if u have successfully