I'm not really sure what's going on without looking at the code of your gadget. Can you post a small sample gadget that replicates the problem so that I can test?
Thanks, ~Arne On Fri, Apr 17, 2009 at 2:08 PM, Beta Costa < [email protected]> wrote: > Hi Arne, > > Tks a lot for you help, workin now :) > > Another question, when I need use javascript, button or css external file > in profile view, not show them in profile view, I try use: > > *<Optional feature="content-rewrite"> > <Param name="include-urls"></Param> > <Param name="exclude-urls">.*</Param> > <Param name="include-tags">button,form,script</Param> > </Optional> > > *into ModulePrefs, but didn't work. > > Can you help me, again? > > Tks! > * > > * > On Thu, Apr 9, 2009 at 9:41 PM, Arne Roomann-Kurrik <[email protected] > > wrote: > >> Orkut has disabled profile view for apps. See this blog post for more >> information: >> >> http://orkutdeveloper.blogspot.com/2009/02/opensocial-applications-on-orkut.html >> >> To generate a profile view on orkut, you need to use OpenSocial >> templates. See this blog post for more information: >> http://orkutdeveloper.blogspot.com/2009/03/using-templates-and-data-pipelining-for.html >> >> Hope this helps, >> ~Arne >> >> >> On Thu, Apr 9, 2009 at 4:42 PM, Beta Costa < >> [email protected]> wrote: >> >>> I have a problem with content sections in sandbox. >>> >>> I use the code shows this article >>> http://code.google.com/p/opensocial-resources/wiki/MultipleContentSectionsin >>> topic: Two content sections, didn't work in profile view, only canvas. >>> >>> I think you make this article, Can you help me pls about this problem? >>> >>> <?xml version="1.0" encoding="UTF-8" ?> <Module> >>> >>> <ModulePrefs title="Multiple Content Sections"> >>> >>> <Require feature="opensocial-0.7" /> >>> >>> </ModulePrefs> <Content type="html" view="profile"> <![CDATA[ >>> >>> <h1>Profile</h1> >>> >>> ]]> </Content> <Content type="html" view="canvas"> <![CDATA[ >>> >>> <h1>Canvas</h1> >>> >>> ]]> </Content> >>> >>> </Module> >>> >>> tks a lot! >>> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

