5 messages in com.googlegroups.opensocial-containerRe: Whats wrong with my container?
FromSent OnAttachments
SaGad20 Mar 2008 00:35 
gaurav_aries23 Apr 2008 03:34 
SaGad01 May 2008 08:05 
Lini01 May 2008 22:57 
SaGad08 May 2008 08:58 
Subject:Re: Whats wrong with my container?
From:Lini (lini@yahoo.co.in)
Date:05/01/2008 10:57:35 PM
List:com.googlegroups.opensocial-container

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