Fb:default
From Facebook Developer Wiki
Description
- This article or section needs expansion
For a group of fb: tags contained within an fb:switch tag, the fb:default tag renders any content inside itself if no other fb: tag inside the fb:switch tag renders code before it.
Examples
<fb:switch>
<fb:photo pid="12345" />
<fb:profile-pic uid="54321" />
<fb:default>You can't see either the photo or the profile pic</fb:default>
</fb:switch>
| a screenshot is not applicable for this tag |
