Hi,
Is it possible to send dynamic url for content type href value?
Example :-
<script>
var server_url="";
function init() {
//Set the owner id so we don't have to use it later
var personId = opensocial.DataRequest.PersonId.OWNER;
server_url="http://www.example.com/opensocial/osMain.jsp?personId="+personId
}
init();
</script>
<Content type="url" href="{server_url}">
Please guide me how to pass dynamic URL in content type.
Thanks,
Siva