Topic-icon Need to login with fb account and/ or google account

Active Subscriptions:

None
I run the auto tune and I have and error in Migrations (1)>>October 2013 Breaking ChangesDisabled Enabled and
Error: Could not fetch page. Server returned: Error Code: 303 - Page Moved. A redirect was found on your home page.

Please give me a guide or I can give a login to take a look.
My main goal (the reason I bought it) is beacause I want to give the choice to visitors to login with facebook and google acoount credentials
The topic has been locked.
Active Subscriptions:

None
After reading some posts, I managed to login with google accounts.
But I still have issues with facebook.
I read that
www.sourcecoast.com/forums/search/advanc...013%20&search=Search
its not a big deal if custom setting doesnt save October 2013 Breaking Changes, and I read also that redirects forced from language plugin make the check to fail. Is this the problem?
It seems I cannot login via facebook.
The topic has been locked.
Support Specialist
12 years 8 months ago #37051 by alzander

I run the auto tune and I have and error in Migrations (1)>>October 2013 Breaking ChangesDisabled Enabled

When you run the Autotune tool and click either "Save Recommendations" or "Update Settings", JFBConnect should automatically update your migration settings to the recommended values.

Error: Could not fetch page. Server returned: Error Code: 303 - Page Moved. A redirect was found on your home page.

The Error Checker tool does not follow redirects. Currently, your site redirects from yoursite.com/ to yoursite.com/el/, which the Error Check tool can't follow. We're hoping to implement redirect follows later this year. I just manually checked your site though, and there are no issues that our Error Checker would have found.

That redirect will not affect Facebook Login though, just our error checker tool.

For the Facebook login, I couldn't find the button anywhere on your site. Can you let me know where to test or describe what is (or isn't) happening when you try to login with it? With that information, we should be able to help diagnose what the problem is.

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

None
12 years 8 months ago - 12 years 8 months ago #37053 by verzevoul

When you run the Autotune tool and click either "Save Recommendations" or "Update Settings", JFBConnect should automatically update your migration settings to the recommended values.


no it doesnt.

For the Facebook login, I couldn't find the button anywhere on your site. Can you let me know where to test or describe what is (or isn't) happening when you try to login with it? With that information, we should be able to help diagnose what the problem is.


go to my url /el/%CF%83%CF%8D%CE%BD%CE%B4%CE%B5%CF%83%CE%B7.html
and try to login with fb

Thanks~!
Last edit: 12 years 8 months ago by verzevoul.
The topic has been locked.
Support Specialist
12 years 8 months ago #37060 by alzander
The issue is caused by a jQuery conflict with JFBConnect and another extension on your site. Specifically, jQuery is being loaded 3 different times, and that causes our modal popup to misbehave.

To fix, for now, please disable the "Show 'logging in' Popup" setting in JFBConnect.

We have v5.1.2 of JFBConnect scheduled for around Wednesday of this week which has some compatibility updates for jQuery and Bootstrap javascript for just this type of scenario. With that release, hopefully things will work as expected.

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

None
ok.
It worked!
I need to show some text like

"or"

after buttons
in the login pages.
So if the user doesnt use your plugin to login, he sees or... and the joomla fields to login.
Also is it possible to have different images for login and different for sign up?
The topic has been locked.
Support Specialist
12 years 8 months ago #37126 by alzander
It looks like you found how to use your own custom images. Do you still want the 'or' text somewhere? In general, it looks good to me, but we can still help if you need anything.

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

None
Yes please!
I believe that text before and after your button is something important.
Also is it possible to have different images for login and different for sign up?
The topic has been locked.
Support Specialist
12 years 8 months ago #37199 by alzander
To add some extra text, for now, the best way to do that is to edit the /plugins/jfbcsystem/jfbcsystem.php file. Around line 142 you'll see:
$loginTag = '{JFBCLogin logout=false' . $renderKey . '}';
Update that with whatever text you want, like:
$loginTag = 'OR: {JFBCLogin logout=false' . $renderKey . '}';
I hope that helps get you started, but if you need anything else, just let us know.

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

None
Thanks for the help Alexander, but this only works for login. I need it for registration.
The topic has been locked.