Hi,
You can change the logos by opting for a custom CSS (instead of the predefined ones, in your settings on app.oneall.com).
Modifying the value for the input is not possible currently.
Regards.
Hi,
In your application (app.oneall.com) Facebook settings, the 'locale' field in the Extended Profile Data should give you this information.
Also, we've added 'Spoken languages' as an additional field you can request from your app.oneall.com Faceb…
Hi,
What is your application's environment? (are you using the plugin as part of a CMS like Wordpress, is it a custom web site, are you using Direct Connect...)
Are the different subdomains different web sites?
Reason is the callback URL is present…
Hi,
The Github missing email is now fixed, and will be made available shortly.
We will inform you here when it is in operation.
Thanks for your feedback!
Ok.
Not sure if this is a reasonable option, but once you have code to delete a Oneall user, you could register it as a WP hook function for user deletion. Your Oneall user deletion code would then get executed each time you delete a WP user.
OTOH, …
Hi,
There is an API endpoint to delete a user, it requires the user's token.
docs.oneall.com/api/resources/users/delete-user/
You could, for each user in WP, grab their user token, and issue the DELETE method.
The user token can be found in the wp_u…
Hi,
For Reddit, if the error is caused by the shortened URL, you can try adding the attribute data-opt="si:0" to the div.oas_box, or to the Reddit span element.
The Delicious and Pinterest errors should be fixed, and soon moved into production.
We …