Fb:default

From Facebook Developer Wiki

Revision as of 22:12, 1 November 2007 by Pete Bratach (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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
reference