Hi,
It appears you are using a PHP version less than 5.5.
We have fixed this in our latest release of the plugin, such that it works with versions before 5.5.
It is available from the Opencart directory.
Regards.
Not sure this will help, but we are releasing new versions of our plugin which fixes some reported errors.
Maybe this will also address your problem.
Regards
Hi Chris,
Not sure how this can fit in your setup, but you can trigger the display of the social login icons with a shortcode (['oa_social_login']), or by adding PHP code in a template (<?php do_action('oa_social_login'); ?>), or by adding co…
No problem, you are not doing anything wrong.
The Facebook error message is caused by Facebook app settings.
Try the following settings in your developers.facebook.com settings:
Basic:
Web site: http://[insert your aoneall domain name].api.oneall.c…
Hi,
Usually this points to different settings between your app setup on app.oneall.com and the Twitter app setup.
Could you verify the Twitter app setup too?
Regards
Hi Ida,
Yes, the Social Login shortcode only displays the social icons.
Adding a register form, or link, is different.
You can use widgets, or menus, to show the login/register links along with the social icons (we provide a widget item for this).
…
Hi,
1. That sounds possible. How to set it up depends on your MailChimp popup setup though.
The Social Login plugin comes with specific hooks for user registration, which may work in this case.
Such as:
do_action ('oa_social_login_action_after_user…