Fb:userlink
From Facebook Developers Wiki
Contents |
[edit] 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.
[edit] 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. |
[edit] Examples
| <fb:userlink uid="123445" /> |
