I'm using Facebooker2 plugin for Facebook integration in Rails. This is how I currently render Facebook login button:
fb_login_and_redirect("redirect_url", :text => "Login with Facebook", :scope => 'email,offline_access')
Instead of using standard Facebook button, I would like to use my own style. What is the easiest way to do that?
Thanks, Miha