Fb:userlink

From Facebook Developers Wiki

Jump to: navigation, search

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

RequiredNameTypeDescription
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" />


[edit] 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