Fb:visible-to-added-app-users
From Facebook Developer Wiki
Contents |
Description
With the launch of the new profile design to users, this tag now behaves like fb:visible-to-app-users and is deprecated, so start using fb:visible-to-app-users instead.
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.
