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.

Is it possible to customize the Facebook "Like" button? I have a specific image that I want to use instead of the default button on Facebook.

share|improve this question

2 Answers

You can see here that the css modification of the like button is no longer possible.

http://web.archive.org/web/20110419195549/http://forum.developers.facebook.net/viewtopic.php?pid=236534

share|improve this answer
thank you for your answer but still I can not use a custom button as an image of like – Zied Ellouze Jan 23 '12 at 15:51
Correct, it is no longer possible. Facebook intentionally removed it. If you read the link I gave, you would see that it is no longer possible. – DMCS Jan 23 '12 at 22:33
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 23:09

You set a color scheme to dark or light like this:

<div class="fb-like" (...) data-colorscheme="dark"></div>

However, Facebook Terms of Use don't allow to put a customized Facebook button image. It is obviously possible but apart from breaking their TOS you have no guarantee it'll work in the future.

share|improve this answer
thank you for your answer that there is a solution as a share: facebook.com/sharer/sharer.php?u – Zied Ellouze Jan 23 '12 at 15:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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