is there a way to use gadgets.* in my javascripts if my my content type is url?
A:
You could use the Proxied Content feature. That way you can access gadgets.* APIs from the content fetched from your own server.
<Module>
<ModulePrefs title="My App">
<Require feature="opensocial-0.9"/>
</ModulePrefs>
<Content view="canvas" href="http://www.example.com/myapp/canvas/index.html">
</Content>
</Module>
Alejandro Bologna
2010-10-27 18:19:27