function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PCPC 

login through facebook and google in a salesforce custom site

Hi, 
I have a custom site in salesforce. I have created it like when you enter your mobile number it will check the number in contact object and if the number is not existing one, it will get saved.
But now i want to give login through  facebook and google in the page ...
Can anyone please help me in this.
NagendraNagendra (Salesforce Developers) 
Hi Puja,

The easiest way to implement social login is through a provider like Janrain(http://janrain.com/) which will make it easier for a customer to signup to your system using Social Sign-On.

Pat Patterson (@metadaddy) has a good blog post on developer force(https://developer.salesforce.com/blogs/developer-relations/2012/01/social-single-sign-on-authentication-providers-in-spring-12.html) about this which is a good starting point for you as well as it goes through the use cases and options available, including setup.

Please let us know if this helps.

Kindly mark this as solved if it's resolved.

Thanks,
Nagendra
PCPC
Is it not possible through facebook javascript sdk file?