use httptemplate and html tags to display information from a url on your page
eg: <script type="text/os-template" xmlns:os="http://ns.opensocial.org/ 2008/markup" xmlns:osx= "http://ns.opensocial.org/2009/extensions"> <os:HttpRequest key="xxx" href="http://www.example.com/" authz="signed" format="text"/> <os:Html code="${xxx.content}"/> </script> can chaneg format to json etc. more information on this link http://wiki.opensocial.org/index.php?title=OpenSocial_Templates#Accessing_data_from_external_servers this should work.. On Jun 2, 6:50 am, sajin <[email protected]> wrote: > hi all > > pls help me to display profile view using template . I want to display > some contents from my site to my application profile view. how can > display that. please give sample code --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

