How to hide content?

Leviathanos

Junior Member
Joined
Mar 14, 2010
Messages
151
Reaction score
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?
 
In the FBML:

Title

<fb:visible-to-connection>

[Content visible to fans, only.]

</fb:visible-to-connection>
 
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?


just look up on google for "welcome tab creator" and along those search lines...

most of the plug-ins have the ability you are looking for in-built

cheers :)
 
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?

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.


In the FBML:

Title

<fb:visible-to-connection>

[Content visible to fans, only.]

</fb:visible-to-connection>

This is the old FBML method, you can't now work with FBML in iFrame tab, few FBML tags still supported
 
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

There is an app that allow to install fbml...it'll work?

However i postes it since i've a lot of brand new fanpage with the old fbml...so it'll work fine :)
 
Back
Top