Reference Guide

facebook FBML Reference Guide Page 20 of 159
Fb:if-is-user
Description
Only renders the content inside the tag if the viewer is one of the specified user(s).
Attributes
Required Name Type Description
required uid
int
The user ID of the user that is allowed to see the content. To match multiple users, pass
in a comma-delimited list of uids.
Examples
<fb:if-is-user uid="uid1,uid2">This is secret 4 u 2!</fb:if-is-user>
Notes
As of FBML v1.1 you can use this tag only on a canvas page.
www.yapish.com