How?

You will need to use some code.

First, on your Static FBML page, begin with the following:


<fb:fbml version=”1.1″>
Wrap the content you want to hide from non-fans within these tags:


<fb:visible-to-connection></fb:visible-to-connection>
Then end your page with:


</fb:fbml>
And that’s it! The content contained between <fb:visible-to-connection> and </fb:visible-to-connection> will be visible to fans only.
 
Back
Top Bottom