getGrandParent = function(x){
foo <- synGet(x,downloadFile=F)
bar <- synGet(properties(foo)$parentId,downloadFile=F)
return(properties(bar)$parentId)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.