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.
<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.