With the Facebook Login Button, the HTML5 version needs the code
<div class="fb-login-button" data-show-faces="true" data-width="200" data-max-rows="1"></div>
but where is fb-login-button defined?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, the first place to look is the Facebook Connect JS API.
gets transformed into:
The “added” classes you can find defined in the Facebook JS. The
fb-login-buttonclass doesn’t seem to have any styling applied directly to it, I think its just a placeholder (you can use<fb:login-button>in the same way.)