incentivized fan page - FBML 'else' statement doesn't work?

qwidjib0

Newbie
Joined
Jun 22, 2010
Messages
43
Reaction score
5
I'm attempting to add a simple FBML landing page to a fan page, with content only viewable to someone who is a fan, as incentive to LIKE the page. My understanding is that this is still not a big deal by FB policies, there's loads of tutorials out there for this. The problem is that all of the source that I've found is simply not working.

Code:
<fb:visible-to-connection>
A
<fb:else>B</fb:else>
</fb:visible-to-connection>

The result of this is that someone who LIKE's the page sees both A and B, but someone who does not yet LIKE the page, sees nothing. Any leads on how to resolve this?
 
It works , but as long as you watch the page as an admin you think it doesn`t work , try to ask one of your friends to look at your page and tell you if it works , OR try yourself using another account

Regards
 
I explain it here:

Code:
http://whatsabook.com/?p=40
 
Woa, I about drove myself nuts with that. Makes total sense now, thanks guys.
 
Back
Top