Topic-icon Change button "login with facebook"

Active Subscriptions:

None
13 years 1 month ago #33128 by luca77
Dear sirs,

I would like to know if is possible to show only "f" icon image (see image 1) instead of button with the inscription "Login with Facebook" (see image 2), in login authentication.
Thank you so much!

File Attachment:


File Attachment:
The topic has been locked.
Support Specialist
13 years 1 month ago #33140 by alzander
There's a few ways to do that. First off, we have a new SCLogin module which has new styling options. You can read more about it, and download it, in our Joomla Social Login module blog post.

In the new module, there's an option for an 'icon only' style, but it's not the same icon as you show above.

Alternatively, in either the old or new SCLogin module, there's an option to use a custom image for the button. You can use that setting to choose whatever image you want, including the image you uploaded above.

Hope that helps, but if not, let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 1 month ago #33155 by luca77
Thank you for your reply, but I'm working on JFBCLogin Easy-Tag and not SCLogin module.
In your page www.sourcecoast.com/jfbconnect/features/...acebook-login-button it explains how customize Login Button Image (or Button), inserting a Javascipt code but I don't know where, in a file php or not...
How can I do it?
Thank you.
The topic has been locked.
Support Specialist
13 years 1 month ago #33169 by alzander
To use a custom image, you can use the following HTML:
<a href="javascript:void(0)" onclick="jfbc.login.login_custom();"><img src="/linktoimage.jpg" /></a>
That can be placed anywhere you'd put the {JFBCLogin} tag. Just make sure you update the linktoimage.jpg to go to whatever you want to use. Also note that some extensions will strip Javascript out when you try to save. So, if it doesn't work, make sure the Javascript wasn't removed.

I hope that helps,
Alex
The topic has been locked.