Fb:else
From Facebook Developers Wiki
[edit] Description
Handles the else case inside any fb:if, fb:if-* or fb:is-in-network tag.
Applicable tags include:
- fb:if
- fb:if-can-see
- fb:if-can-see-photo
- fb:if-is-app-user
- fb:if-is-friends-with-viewer
- fb:if-is-group-member
- fb:if-is-own-profile
- fb:if-is-user
- fb:if-user-has-added-app
- fb:is-in-network
[edit] Examples
| <fb:if-is-own-profile> Welcome back to your profile! <fb:else>This is not your profile.</fb:else> </fb:if-is-own-profile> |
[edit] See Also
You can see a real world example of this tag in the Who's Showing Up demo application. Go to Demos for more details and to download and install the demo apps.
