Re: [orkut-developer] registerOnLoadHandler isn't working in profile view

2010-07-04 Thread Alex Porto
It's almost working. I've could get json data from a server, based onm your example. But I can't still get owner id and viewer id. They return empty. Is this linked with the Orkut bug being reported here, or it's my fault? Alex On Sat, Jul 3, 2010 at 7:00 PM, Robson Dantas wrote: > Alex, > > Y

Re: [orkut-developer] registerOnLoadHandler isn't working in profile view

2010-07-03 Thread Robson Dantas
Alex, You cant use javascript on profile view. As you might notice, orkut will remove any flash, javascript, external css, etc, etc. Profile is restricted and to make it work, you will need to use opensocial-templates and data-pipelining. See a sample here: http://www.opensocial-br.org/exemplo/op

[orkut-developer] registerOnLoadHandler isn't working in profile view

2010-07-03 Thread Alex Porto
Hi, guys. I've been facing this problem: registerOnLoadHandler work's fine for apps on canvas view, but not for profile. I've made a very simple gadget code, just to add text to a div's content on initialization, and it just works on canvas: Am I doing anything wrong here? Alex -- You rece