× Joomla Facebook Connect support forum

Topic-icon help mod_jfbclogin_j1.5_v3.1.1

Active Subscriptions:

None
15 years 4 months ago #7176 by darke88
hi,
I bought the component today jfbconnect, and I have a problem with mod_jfbclogin_j1.5_v3.1.1, I wanted to know how I can make the login button as long as the length of the module and maybe change the type of button from the img1 img2.
I apologize for my english thanks in advance:)
The topic has been locked.
Support Specialist
15 years 4 months ago #7191 by alzander
Facebook used to have options which let you specify the length and size of the login button, but those options appear missing from their configurator:
developers.facebook.com/docs/reference/plugins/login/

If you want to try the old method to see if it works, I'd suggest doing the following. In the /components/com_jfbconnect/libraries/facebook.php file, at line 316, you'll see the a line that has <fb:login-button... in it. Add the following parameters for length and size:
return '<fb:login-button v="2" size="large" length="long" ...

Leave the rest intact. Let us know how that goes. There isn't a way that I know of to extend the button to the length of the div it's in, so that the blue extends past the wording, but hopefully the length="long" will get it far enough for you.
The topic has been locked.
Active Subscriptions:

None
15 years 4 months ago #7206 by darke88
Unfortunately, the change does not work as expected, only widens the button ... hope there will be news soon from facebook :/
thanks
The topic has been locked.
Support Specialist
15 years 4 months ago #7218 by alzander
Yeah, unfortunately, there's only so much we can do to modify the look of the button. Facebook only allows us to modify the looks so much because of branding reasons. We'll let you know if we find something different that may work for you.

Thanks!
The topic has been locked.