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?
|
With the Facebook Login Button, the HTML5 version needs the code
but where is |
|||
|
|
|
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 |
||||
|
|