Leviathanos
Junior Member
- Mar 14, 2010
- 151
- 17
So when making a fanpage (Which already confuses me) how can I hide content so that they have to like the page before they can see the rest?
So when making a fanpage (Which already confuses me) how can I hide content so that they have to like the page before they can see the rest?
So when making a fanpage (Which already confuses me) how can I hide content so that they have to like the page before they can see the rest?
In the FBML:
Title
<fb:visible-to-connection>
[Content visible to fans, only.]
</fb:visible-to-connection>
You have to parse signed request sent by Facebook to your iFrame (tab), and you'll find in the generated Array an element called : is_like, play with it to show or hide content.
This is the old FBML method, you can't now work with FBML in iFrame tab, few FBML tags still supported