Fb:user-item
From Facebook Developer Wiki
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.
Attributes
| Required | Name | Type | Description | |
| required | uid | uid | The ID of the user whose name and photo you want to show. |
|---|
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>
