1. General Configuration

(plus) On the admin sidebar, navigate to Stores > Configuration > Magenest > Social Login.

(plus) General setting

Social login options in Sign Up/Create an account page

Sharing option in product details page


2. Connect social media

In order to connect the social app to your Magento 2 store, you have to set up some necessary apps as follows:

How to get Facebook and Google credentials?

Getting Google credential

(plus) Go to the Google Developers Console – https://console.developers.google.com/

(plus) Select an existing project, or create a new project by clicking Create Project:

(plus) In the left sidebar, select APIs under the APIs & auth section.

(plus) Find the Google+ API service and set its status to Enable.

(plus) Click Create Credentials select OAuth Client ID


 

(plus) Now you can see the Client ID for web application section. Select Client ID and Client Secret then fill in Configuration of Google in Backend of Magento 2 store.

 
(plus) In Magento back-end, under Google+ setting section:

 

Getting Facebook credential

(plus) Go to https://developers.facebook.com/apps/ and login to your Facebook developer account.

(plus) Click Add a New App button on the top right to create a new app ID. A popup will display as below

(plus) On the Facebook for developers Settings, choose Basic, click on the Add Platform button, then enter your site URL.

(plus) Click on Save changes button. You will see that there are App ID and App secret, note that you will need these to configure the module in the backend of Magento 2.

(plus) Choose Facebook Login > Settings link from the left menu section at the apps page, fill in Valid OAuth Redirect URIs with the Redirect URI obtained from Magento 2 configuration.

(plus) Then you have to make your app public to everyone. On the top bar, click on Status, a pop up as below will be displayed. Confirm to make the app public.


 
(plus) On Magento back-end, under Facebook setting section:


3. Save

After finish, click Save to save the configuration.