Renders a table, each cell of which contains a thumbnail and name for a particular user, similar to the "Mutual Friends" table on profile pages. Inside this tag, use up:user-item tags to specify the set of users. This tag only works on profile pages. Applications can not use this on their canvas pages.
<up:user-table cols="3"> <up:user-item uid="12345" /> <up:user-item uid="123456" /> <up:user-item uid="123457" /> <up:user-item uid="123458" /> <up:user-item uid="123459" /> <up:user-item uid="123450" /> </up:user-table> |