Denver
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Login] wp_authenticate_user filter hook skippedHi LegeDoos,
thank you very much for the suggestion.
We have added the wp_authenticate_user filter in the new version ??Kind Regards,
Forum: Plugins
In reply to: [Social Login] Remove Dashboard and Profile linkThese links are not added by Social Login but part of the WordPress core.
You need another plugin to remove them. This might be of use:
https://www.ads-software.com/plugins/wp-hide-dashboard/Forum: Plugins
In reply to: [Social Login] Custom questions after authenticationNo sorry, currently the plugin does not offer that feature.
Forum: Plugins
In reply to: [Social Login] Facebook categoryWe already have resolved this through our ticket system. You might have to scroll to see the category “other”, you can however also use any other category if you cannot find “other”.
Forum: Plugins
In reply to: [Social Login] Facebook Login ErrorThe error Given URL is not allowed by the Application configuration is always a configuration error in your Facebook app. In this case you should make sure that you have followed all the steps from the Facebook setup guide in your OneAll account.
You can also drop us an email here and we will help you fix the issue.
https://www.oneall.com/company/contact-us/Forum: Plugins
In reply to: [Social Login] Avast online security blocking facebook avatarsThe plugin uses the image urls provided by Facebook. This seems to rather be a Facebook issue.
Forum: Plugins
In reply to: [Social Login] pass aditional paramter before social loginThis is covered in the next version.
There you can add this kind of hook:function oa_social_login_set_new_user_role ($user_role) { //This the the default behavior, usually the default role is subscriber $user_role = get_option('default_role'); //This is an example for a custom setting with two roles $user_role = 'author editor'; //The new user will be assigned this role return $user_role; } add_filter('oa_social_login_filter_new_user_role', 'oa_social_login_set_new_user_role');
We are still testing it, but you can download it here to give it a try:
https://secure.oneallcdn.com/extensions/wordpress/beta/wordpress-3.x.x—oneall_social_login-4.6.zip
Forum: Plugins
In reply to: [Social Login] WooCommerceYes, it should work with any plugin that uses the standard WordPress hooks.
Forum: Plugins
In reply to: [Social Login] "Waiting for domain.api.oneall.com…"Hi demon11c,
in the next version of the plugin you will be able to use asyonchronous JavaScript. This will solve the timeout issues.
We are also working on only including the library where necessary.
You can download the next version here if you want to give it a try.
All the best