I had used facebook login button in my website, is there any way to customize the fblogin button because instead of fblogin i want the button as "Link to your Facebook" like this.Please suggest any ideas to get this button customization
I am using the following set of codes for the fblogin button.
FB.init({ appId : xxxxxxx, status : true, // check login status cookie : false, // enable cookies to allow the server to access the session xfbml : true // parse XFBML });