FBML - How to make content invisible to connection?

cooke

Newbie
Joined
Jan 1, 2010
Messages
7
Reaction score
0
That is the opposite of visible-to-connection tag. But there doesn't seem to be code for this. Thanks for help.
 
Newbo heres,


normally I don't do this because they flame for helping rooks but you seem to have gotten somewhat far. The close tag is the same as the open.

Here is an example

</fb:visible-to-connection>
<a href="yoururl"><img src="http://budgetlexicon.files.wordpress.com/2008/06/grocery_bag.jpg
</fb:visible-to-connection>

Take care!
 
I'm talking about making content shown to non-fans only. Already know the tag for visible-to-connection.
 
I am a fellow noob who was puzzled by this too. The answer is actually fairly simple. You need to used the fb:else tag.

<fb:visible-to-connection>
<fb:else>
</fb:visible-to-connection>

Now, according to the facebook docs, you need to use </fb:else> as well. However, I didn't use that in my example.

This is what I did, and I know it works because I include screenprints in the example:

facebookanswers.co.uk/?p=83

However, the closing else may be needed to make it "proper", so its worth trying it with them in first. If it doesn't work, just remove them as I did.
 
Back
Top