Facebook Pages Custom Like Functionality

Go4Expert Member
22Feb2011,23:10   #1
cancer10's Avatar
HI Everyone


Please take a look at http://www.facebook.com/FanPageEngin...48891981830105

That facebook page will allow you to view the contents only when you click on the "Like FanPage Engine" button.

Does anyone here know how to do that?



Any help will be appreciated.


Many thanks in advance
Go4Expert Founder
23Feb2011,07:50   #2
shabbir's Avatar
This is not a Facebook Page but a Facebook App.
Go4Expert Member
23Feb2011,08:00   #3
cancer10's Avatar
Thanks. How do we do it now?
Go4Expert Founder
23Feb2011,08:06   #4
shabbir's Avatar
See http://developers.facebook.com/docs/guides/canvas/ There are some disadvantages of using an App which is it always needs user to give permission before you can do anything.
Go4Expert Member
23Feb2011,08:11   #5
cancer10's Avatar
Quote:
Originally Posted by shabbir View Post
See http://developers.facebook.com/docs/guides/canvas/ There are some disadvantages of using an App which is it always needs user to give permission before you can do anything.
Hi Sir

If you see the link I provided, it will not ask you to allow anything, but when you click on that big customized LIKE button, it will act as the FB LIKE and post on your wall as "you liked blah blah"

My question is how do we create custom LIKE button because FB does not allow you to customize it.


Pls help
Go4Expert Founder
23Feb2011,09:04   #6
shabbir's Avatar
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.
Go4Expert Member
23Feb2011,09:25   #7
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.
Thanks for sharing that.

Few questions for you

1) How did you made your APP as default page on your FB page?

2) How did you hide the other default tabs, i.e Walls, info, etc

3) Can you NOT make a custom FB LIKE button?
Go4Expert Founder
23Feb2011,10:14   #8
shabbir's Avatar
Quote:
Originally Posted by cancer10 View Post
1) How did you made your APP as default page on your FB page?
Its an option under page settings.

Quote:
Originally Posted by cancer10 View Post
2) How did you hide the other default tabs, i.e Walls, info, etc
Those are options only for members and so Facebook hide them automatically.

Quote:
Originally Posted by cancer10 View Post
3) Can you NOT make a custom FB LIKE button?
I never thought about it but yes I can using the Facebook like plugin for a Facebook URL
Go4Expert Member
23Feb2011,10:16   #9
cancer10's Avatar
Quote:
Originally Posted by shabbir View Post
Its an option under page settings.

Those are options only for members and so Facebook hide them automatically.

I never thought about it but yes I can using the Facebook like plugin for a Facebook URL

I wish to make a custom LIKE button, can you please tell me how?


Thanks
Go4Expert Member
23Feb2011,12:54   #10
cancer10's Avatar
Also, if you can tell me how did you added this image?