Fb:pronoun
From Facebook Developers Wiki
[edit] Description
Renders a pronoun for a specific user.
[edit] 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/themself). (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) |
[edit] Examples
| <fb:pronoun uid="12345" /> |
| <fb:pronoun uid="actor" possessive="true" useyou="false"/> |
