views:

16

answers:

2

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"&gt;
  </Content>
</Module>
Alejandro Bologna