Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm a french project manager and I want to use the Facebook's like button to launch a php script. To clarify, I have a like button on my website and I want to use the number of "fan" to change the background color, is this possible ?

Regards, Nicolas

share|improve this question
1  
Hi, what have you tried? – Simon Boudrias Dec 15 '12 at 19:25
Hi Simon, actually i've tried nothing ! I have no idea where starting ! – teeeshproje Dec 15 '12 at 19:31
Have you search Google or stackoverflow.com for ideas on how to solve this? This request is pretty basic. Try some solutions out first and post where you get stuck. – JSuar Dec 15 '12 at 19:39
I've search on google and stackoverflow but certainly with the worst keywords, have you any keywords to help me in search ? Thanks – teeeshproje Dec 15 '12 at 19:46

closed as not a real question by CBroe, Igy, Ed Heal, César Bustíos, Brian Mains Dec 18 '12 at 21:06

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You can get the page like count on load by calling https://graph.facebook.com/?ids=http://www.your-website.com/the-url-or-so and then using that numebr to change the background color. It may not be 100% accurate, but it's as close as you'll get.

If you want to know when someone clicks the like button, you just need to subscribe to the event. https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/

share|improve this answer
That's perfect :) Thanks for your help, i'll try. Regards, Nicolas – teeeshproje Dec 16 '12 at 12:07

Not the answer you're looking for? Browse other questions tagged or ask your own question.