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 have implement facebook OAuth for my application.

I want to change the standard image provided for facebook login and want to put my custom.

enter image description here

Is there a way to do?

How can i do it?

share|improve this question

1 Answer

I'm not sure this will work, but it worths a try:

a. Go to http://developers.facebook.com/docs/reference/plugins/login/ , get the code for the Facebook login button. The HTML part is like:

<div class="fb-login-button" data-show-faces="true" data-width="200" data-max-rows="1"></div>

b. Add a new class for that div, and style it.

I myself often don't use the tag Facebook provided though, but instead use their links and re-style it.

share|improve this answer

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.