How to initialize google (opensocial) gadget of type="url"? -
given:
<?xml version="1.0" encoding="utf-8" ?> <module> <moduleprefs title="gadget" scaling="false" height="550"> <require feature="setprefs"/> <require feature="minimessage"/> <require feature="dynamic-height"/> <require feature="views"/> <require feature="google.calendar-0.5"/> </moduleprefs> <content type="url" href="https://.../gadget" view="profile"/> </module>
my question is: how initialize gadgets.* api here? gadgets of type="html" it's done automatically not "url". javascript library include? how use params passed via get?
Comments
Post a Comment