Up:userlink
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).
Attributes
- 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.
Sample code
<up:userlink uid="123445" />
|