Fb:else
From Facebook Developer Wiki
Description
Handles the else case inside any fb:if, fb:if-* or fb:is-in-network tag, and with age and location restricting tags.
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
- fb:18-plus
- fb:21-plus
- fb:restricted-to
- fb:visible-to-connection
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>
Notes
- You cannot use this tag inside an fb:if-section-not-added tag. This is to prevent the gating of application functionality if a user hasn't added an application info section.
