-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't show on WooCommerce login page #90
Comments
Hi @dealifyhq, There is an option to enable one-tap login Sitewide, can you please confirm if you've enabled that option in plugin settings? |
Thanks for the quick feedback. No it is not enabled site-wide, only want it
on the login/registration page for WooCommerce. Would that be possible to
consider adding in a future update? :)
Thanks in advance!
Op ma 30 aug. 2021 18:02 schreef ankitrox ***@***.***>:
… Hi @dealifyhq <https://github.com/dealifyhq>,
There is an option to enable one-tap login *Sitewide*, can you please
confirm if you've enabled that option in plugin settings?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATJME246GLDKOLBXDCA7CH3T7OTQDANCNFSM5DCDG7TA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
You can try something like this:
use function RtCamp\GoogleLogin\plugin;
plugin()->container()->get( 'one_tap_login' ); Let me know if you need any further assistance. |
@abhishekfdd As discussed, we will add a filter to make the one tap login button load on any user defined page. We will add this feature in the plugin. |
@aviral-mittal I checked and it will be better to use solution provided by Ankit in above comment instead of adding a new filter |
Hello,
First of all, thanks for building this great plugin! There is a slight issue, when selecting the option: Only show Google One-Tap on the log-in page, it will only show on the log-in page for admins (the wp-login), but not for WooCommerce users. For example, we have our login/registration URL at https://www.dealify.com/my/, but it won't show there, even though the option 'Enable One Tap Login Only on Login Screen' is on.
Could you check/fix where possible? Maybe it would be even better/more scalable to add an option to include pages/URLs where the one-tap should show (include/exclude URLs)?
Thanks again!
The text was updated successfully, but these errors were encountered: