I've found a few articles that allow you to customize the Facebook like box, but it's mostly just background and border color. Is there a way to customize the text color on a facebook like box? and possibly get rid of the border?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
|
The only options you can use to customize the Like Box can be found on this page: http://developers.facebook.com/docs/reference/plugins/like-box/ Other than the options they give you I don't think you are really supposed to change the code around much, as it may violate their terms of use. |
|||
|
|
|
there is no way to customize the like box provided by facebook's site what you can do is implement yourself a new complete box, using the javascript API, but the features will be limited (no way to detect if logged user liked or not, for instance) |
|||
|
|
|
From stack overflow http://stackoverflow.com/a/5648870/804087
|
|||
|
|
