Hi folks,

I have just tried the registration of my simple gadget that has two
views (profile and canvas). However the content of the profile view is
not rendered on the profile view. In fact, the gadget is not
registered to the profile view. Therefore I couldn't look my gadget on
the profile page. Of course, I checked the configuration "Add to my
profile".

The code of my gadget is following:

<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="Orkut test" author_email="[email protected]">
  </ModulePrefs>
  <Content type="html" view="profile"><![CDATA[
    <div>Profile view</div>
  ]]></Content>
  <Content type="html" view="canvas"><![CDATA[
    <div>Canvas view</div>
  ]]></Content>
</Module>

Does Orkut sandbox have some problem regarding to a profile page? Or
has the spec of Orkut been changed?

Thanks,
-Yoichiro

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to