Reference Guide

facebook FBML Reference Guide Page 37 of 159
Fb:visible-to-added-app-users
Description
Displays the enclosed content only if the viewer has added the application to their account.
[verify]
Attributes
Required Name Type Description
bgcolor
color
The color of the blank box shown to users who are not the owner or have added the
app.
Examples
<fb:visible-to-added-app-users>
Hey, welcome! Thanks for adding my app!
</fb:visible-to-added-app-users>
Notes
This is new to FBML v1.1.
Do not use this tag to display private or sensitive information. Content inside this tag is rendered to
all users' browsers, including those who have not added the app to their account. For those who have not
added the app, the content is shown as white space on the page but it is still visible by viewing the page
source.
www.yapish.com