Topic-icon Location and size of the Facebook and Google Login buttons

Active Subscriptions:

None
I wanted the size of the facebook and Google Login buttons to be same as the Login button. And I also wanted it to be beside the Login button. Where can I find these options?

My website is www.fashionclassyfieds.com. The Login form can be found on fashionclassyfieds.com/index.php/en/log-in.

My Login form currently looks like this:
File Attachment:
The topic has been locked.
Support Specialist
There are no options, currently, to do what you're looking for.

In JFBConnect, we have an option for "Integrate into Joomla Login :". That option will always add it to the bottom of the login form because there are so many different templates out there, it's not possible to add much more customization to how it looks.

To customize the location or button, you'd need to create a template override of the login form by copying /components/com_users/views/login/tmpl/default_login.php to /templates/<YOUR_TEMPLATE>/html/com_users/login/default_login.php and modifying the HTML how you want.

Where you want the buttons to be placed, simply add:
<a id="facebook" href="javascript:void(0)" onclick="jfbc.login.facebook();"><img src="/link-to-your-image.jpg" /></a>
<a id="google" href="javascript:void(0)" onclick="jfbc.login.google();"><img src="/link-to-your-image.jpg" /></a>
With that HTML, you can put the buttons wherever you want and use whatever image you want to use to match up with your site.

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