[orkut-developer] content type url

2011-05-23 Thread ashcsi ashcsi
Hello All, I have added a gadget with content type=url and the url points to a php page. But I am not able to make any calls to orkut javascript client api. How do I include the orkut javascript client library as well in my gadget? thanks ashy -- You received this message because you

Re: [orkut-developer] content type url

2011-05-23 Thread Robson Dantas
Proxied content (e.g content type='url') will not allow you to make javascript calls. Basically, what you have done is creating an iframe inside Orkut. In order to do that, you need to create all the code inside the xml specification. A small example (some brazilian portuguese inside):

Re: [orkut-developer] content type url

2011-05-23 Thread Roberto Scattini
the type=url is disabled. try with type=html. and if you have to include some page, investigate the method makerequest of opensocial. good luck! Roberto. 2011/5/23 ashcsi ashcsi ashcsi1...@gmail.com Hello All, I have added a gadget with content type=url and the url points to a php page.