Reference Guide
facebook FBML Reference Guide Page 9 of 159
Fb:pronoun
Description
Renders a pronoun for a specific user.
Attributes
Required Name Type Description
required uid
int
The user ID for whom to generate the pronoun. You can substitute actor for the
user ID so you can more easily aggregate feed stories.
optional useyou
bool
Use the word "you" if uid is viewing the page. (default value is true)
possessive
bool
Use the possessive form (his/her/your/their). (default value is false)
reflexive
bool
Use the reflexive form (himself/herself/yourself/themselves). (default value is
false)
objective
bool
Use the objective form (him/her/you/them). (default value is false)
usethey
bool
Use "they" if gender is not specified. (default value is true)
capitalize
bool
Force a capital letter for the pronoun. (default value is false)
Examples
<fb:pronoun uid="12345" />
<fb:pronoun uid="actor" possessive="true" useyou="false"/>
www.yapish.com










