Hi,
One way to change this url is to use an action to one of the plugin's hooks, which will edit the picture link.
So, in the file functions.php of your theme, try this:
function edit_picture_url ($userdata, $profile, $redirect) { $picture = …
Hi,
What is the error message you are getting?
Could you post the rest of the code for your publication? (the part that creates the message, not just the Uri() calls).
Thanks.
Hi,
This is not possible with the existing options.
Note that a password has been generated already. (So, you could redirect the user to the password reset page, but that is not nice).
There are maybe plugins that could do this. Otherwise, custom c…
Hi,
Try with an exit; after your var_dump() to display the results.
Then, inspect the output to check if the profile info you want is present.
You may want to format the output (with some
Hi,
In the Amazon settings, did you set the Allowed Return URLs, to something like: https://online-wellnesscoach.api.oneall.com/socialize/callback.html ?
Regards
Hi,
Ah, ok.
We have also noticed that our plugin does not work with the latest 1.6.1.5 Prestashop version.
We are currently working on this and will update this post once it is available.
Apologies for the trouble.
Regards.
Hi,
Good.
The info above just pointed to the fact that usernames and first/last names can come from different fields, which may or not be present in your profile (ex: Twitter).
Regards.
Hi,
The plugin attempts to do this already (fill in first and last names).
The difference is that for the username, the plugin searches in several places of the profile for the name fields, whereas it only looks in one place for the first and last n…
Hi,
Unfortunately we could not access the screenshot.
Could you post it again, or describe the error message you get?
Also, in the plugin settings, did you choose to link accounts by email address?
Regards
Hi,
You are referring to the pop-up window, which shows about:blank and is empty, before the social network login form is loaded?
On other words: the popup does show the social network login form, but before that there is an about:blank page display…