How to get Facebook login button when using oauth server stream?

I handle authentication using oauth thread on server side. Everything works fine, but how can I open the Facebook login button, just an image without any logic!

PS: Is it possible without any hacking, like saving the input name fb and calling the image itself? Also, if that matters, I do it all in python-django

+5
source share
1 answer

Post comment as response

, firebug, , , css . css html

<a class="fb_button fb_button_medium">
<span class="fb_button_text">login</span>
</a> 

, , css :)

+3

All Articles