Reference Guide

facebook FBML Reference Guide Page 22 of 159
Deprecated Tags
Fb:userlink
Description
Prints the specified user's full name linked to their profile along with their network, optionally (as is normally
displayed on the Wall, for example).
This tag is deprecated. It is still useful in one context, however: using it in feed.publishActionOfUser (with the
user ID on whose behalf the action is being published) prevents the Mini-Feed from prepending the actor's
name to your feed title.
Attributes
Required Name Type Description
required uid
int
The User ID for the user whose name and link you want to retrieve.
optional shownetwork
bool
Indicates whether to display the network name. (default value is true)
ifcantsee
string
The alternate text to display if the user cannot see the specified user ID.
Examples
<fb:userlink uid="123445" />
See Also
You can see a real world example of this tag in the Footprints and Restaurants demo applications. Go to Demos
for more details and to download and install the demo apps.
fb:name
www.yapish.com