Hi Colin,
the error that you mention is displayed if your server supports neither CURL nor FSOCKOPEN.
Could you please check if you have installed CURL and install it if it's not present?
Regards,
Hi Sven,
we have pushed a slight modified version of the code that displays the icons.
Could you please refresh/clear your browser cache and check if you still have the issue?
Regards,
Hi Skyler,
yesterday I had a closer look at your website and you have some JavaScript that load/reloads parts of the website twice.
We have now pushed a fix that will correctly display the icons even under these circumstances.
I just tried to have…
Hi Jack,
I made a test on my desktop computer here:
https://paction1195-uat.appspot.com/app/log_in.html
It could not see any issues. What exactly does not work?
Per default our API does not use popups on mobile devices.
You need to force popups …
Hi Richard,
ok, that's already a great thing
Now please open the file "/includes/user_interface.php" of the Social Login plugin of your WordPress and then replace every $_POST by $_REQUEST That should do the trick!
Hello,
the easiest solution would be to manually embed the icons.
Here an example:
var source = getParameterByName('utm_source'); var medium = getParameterByName('utm_medium'); var campa…
Hi Dale,
there are two filters that you can use. Here an example:
// Applies the redirection filter to users that register using Social Login function oa_social_login_set_new_user_redirect_url ($url, $user_data) { return get_site_url(null,…
Hi Vito,
this seems like you have added a print_r or var_dump to the code.
Please open the file communication.php of the plugin and search for print_r or var_dump and remove the code. There is probably also an exit that interrupts the execution of…