Go4Expert Founder
23Feb2011,14:25   #11
shabbir's Avatar
Using <img src in the FBML
Go4Expert Member
23Feb2011,16:19   #12
keyideas's Avatar
Some of the companies are also implementing and integration facebook application and plugin. You can hire them
Go4Expert Member
3Mar2011,10:42   #13
cancer10's Avatar
Quote:
Originally Posted by shabbir View Post
All this can be easily done using just FBML

Just use the following condition in your Static FBML page.

Code:
<fb:fbml version="1.1">
<fb:visible-to-connection>
	Visible to people who like it.
<fb:else>
	Not visible to people who did not like it
</fb:visible-to-connection>
</fb:fbml>
I have not implemented exactly the same here but a lot of it.

Hi Again

This FBML is not supported by most of the browsers. What do you do in such cases?

Thanks
Go4Expert Founder
3Mar2011,13:55   #14
shabbir's Avatar
Like which browser? I see it works well in IE/Chrome/FF/Safari/Opera/Flock
Go4Expert Member
3Mar2011,20:03   #15
cancer10's Avatar
Quote:
Originally Posted by shabbir View Post
Like which browser? I see it works well in IE/Chrome/FF/Safari/Opera/Flock


Hi

I just figured that if you login as admin then this condition does not work.

I mean content in both if and else are shown to admin.


Is it true?