I don’t have any coding skills and would like to allow only Facebook signup and login for my Sharetribe marketplace. Is there a way to hide Email signup/login and only have Facebook using custom script?
Thanks,
Sean
I don’t have any coding skills and would like to allow only Facebook signup and login for my Sharetribe marketplace. Is there a way to hide Email signup/login and only have Facebook using custom script?
Thanks,
Sean
If you are using the open source version, you could probably modify the login and signup forms and delete other elements than the FB login related buttons.
If you want to achieve that with Custom JS/CSS without touching the Ruby code (or you are using the hosted version) things get bit tricky. As the forms itself don’t seem to have exact class or id defined. One way could be to use JavaScript to detect when the page shown is /login or /signup and then use JS to hide the form elements on those pages…
I don’t have more concrete examples to show, but that’s one approach that might be possible. And this is not a complete answer that would make that easy without coding skills. But perhaps there’s someone else on the forum who has similar goals and could share some code if this kind of approach works.
Thanks Gnomet, I think I figured it out.
Hey Sean
Care to share how you figured it out?