Facebook 'Hide from non-likers' question.?

ShawnC

Member
Joined
Jul 3, 2008
Messages
38
Reaction score
0
Points
6
To hide from people who don't like something on facebook, you would usually use this code;

<fb:visible-to-connection>
Likers will see this content.
<fb:else>Non-likers will see this content.</fb:else>
</fb:visible-to-connection>
</fb:fbml>

But that code won't work if you are liking a web page that ISN'T on facebook. For example, if you are liking a blog post. I was wondering how to hide from people who don't like it if it's not on facebook.
 
Back
Top