Hi,

I am using opensocial templates for my app's profile view.
.....
<script xmlns:os="http://ns.opensocial.org/2008/markup"; type="text/os-
data">
  <os:OwnerRequest key="owner"/>
  <os:PersonAppDataRequest key="MyData" method="appdata.get"
userId="@owner" appId="@app" />
</script>

<script type="text/os-template">
  <div align="left" class="vdo_img_div">
     <a href="javascript:void(0);">
          <img border="0" src="${MyData[owner.id].prof_img_url2}" />
    </a>
  </div>
</script>
.....
Here I'm storing an image URL in the app data. But the above code is
not rendering the corresponding image.
The 'src' attribute contains some proxied URL instead of the actual
image URL.

Can anyone provide me the solution to show the images.

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

Reply via email to