The ideal here would being able to select which authentication methods are allowed, including anonymous, google, facebook and eventually other methods.
Hi there, @Sentinella_Brasil and welcome to the Community ![]()
Thanks for sharing your thoughts! We’ll try to think about it as an option in the settings, especially if this request gets more votes ![]()
I see that you’ve already added a CSS code to hide the Google login method. As for the anonymous mode, you’d like to let users choose this method before posting a comment, am I right?
It would be great if we had the option to toggle on/off weather we require users to login before making a comment or not
Hi there, @Shannon_Greene ![]()
Nice idea, thanks for sharing! We’ll have it in mind and see for more votes from the community ![]()
I hope you could allow the removal of either Google or Facebook button, as a login option, to prevent users/visitors from accessing restricted sites.
You’d like to choose which authentication option should be available for users instead of showing all options at once, right?
If this is the case, we already have such a request on the Wishlist, and I’ve added your comment there too. While there is no setting to choose the authentication methods to display, you can hide them using the codes below.
Hide Google button:
.es-sign-in-button:nth-child(1) {
display: none;
}
Hide Facebook button:
.es-sign-in-button:nth-child(2) {
display: none;
}
The codes should be added to the Custom CSS field on the Settings tab of your widget’s settings ![]()
Allow the use of the Shopify logged in user.
Interesting idea, we’ll keep that in mind!
Thank you for the feedback, @user4113 ![]()
I’m late to the party (as usual), but IMO this seems like a ‘must-have’ feature for a commenting widget.
Thanks for sharing your feedback!
I totally get your point. Let’s hope this idea gets more traction with others and the devs will be able to consider it down the line ![]()