Fb:user-item

From Facebook Developers Wiki

Jump to: navigation, search

[edit] Description

Renders a single cell of a table, which contains a thumbnail and name for a particular user, similar to the Mutual Friends table on profile pages. Must be used inside a fb:user-table tag. This tag only works on profile pages. Applications cannot use this on their canvas pages.


[edit] Attributes

RequiredNameTypeDescription
required uid uid The ID of the user whose name and photo you want to show.


[edit] Examples

<fb:user-table cols="3"> <fb:user-item uid="12345" /> <fb:user-item uid="123456" /> <fb:user-item uid="123457" /> <fb:user-item uid="123458" /> <fb:user-item uid="123459" /> <fb:user-item uid="123450" /> </fb:user-table>