getAllUsers2 =
function(x)
{
ans = u = getAllUsers(x)
while(length(u)) {
u = unlist(lapply(u, getAllUsers))
u = setdiff(u, ans)
ans = union(ans, u)
}
ans
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.