Hello everyone! I am using php to create a gadget server. The whole gadget is rendered is in an iframe. If the gadget's content-type is html then the parser writes cdata the html within a div element. So if it requires opensocial files then it is acessible to it since I am echoing it in the <script> tags. But if the gadget's content type is url, my parser writes an inner iframe with its src as the gadget's src. So the OpenSocial javascript files imported thru the script tags are not valid for it. So then, how do I offer OpenSocial javascript functions to content-type url gadgets? Do I tell developers in the developer guide that they are supposed to import it thru direct url and give them the direct url of the javascript files?
-- Akash Xavier [EMAIL PROTECTED]