> For the complete documentation index, see [llms.txt](https://docs.webtonative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.webtonative.com/shopify/social-login.md).

# Social Login

## Configuring Social Login in Your Shopify App

### Introduction

Social login allows customers to log in to your Shopify store using their Google or Facebook accounts. This guide provides a step-by-step process for store admins to enable and configure social login in the Shopify app without requiring technical expertise.

***

### 1. Enabling Social Login

#### 1.1 Accessing the Social Login Settings

1. Log in to your Shopify admin panel.
2. Navigate to the **Apps** section and open the installed app.
3. Locate and click on **Social Login Settings**.

<figure><img src="/files/jDMaw4IAeu9vZqnfwWOI" alt="" width="239"><figcaption></figcaption></figure>

#### 1.2 Enabling Facebook and Google Login

1. You will see options for **Enable Facebook Login** and **Enable Google Login**.
2. Toggle the switches **ON** to enable the desired social login options.

<figure><img src="/files/o4QAjTkwn4TXzRcYlHG2" alt=""><figcaption></figcaption></figure>

3. Click **Save** to apply the changes.

***

### 2. Setting Up Facebook Login

1. Click on the **Set Up Facebook Login** button.
2. Follow the on-screen instructions to create a Facebook Developer App.
3. Once created, copy the **Facebook App ID** and **Facebook App Secret**.
4. Paste these values into the respective fields in the **Social Login Settings**.
5. Click **Save** to apply the changes.

For a detailed setup guide, refer to: [Set Up Facebook App for Shopify Website Login](https://orufy.com/webtonative/blog/set-up-facebook-app-for-shopify-website-login).

***

### 3. Setting Up Google Login

1. Click on the **Set Up Google Login** button.
2. Follow the on-screen instructions to create a Google Developer App.
3. Once created, copy the **Google Client ID** and **Google Client Secret**.
4. Paste these values into the respective fields in the **Social Login Settings**.
5. Click **Save** to apply the changes.

For a detailed setup guide, refer to: [Set Up Google Shopify Website Social Login](https://orufy.com/blog/webtonative/set-up-google-shopify-website-social-login).

***

### 4. Customizing the Login Page

<div><figure><img src="/files/sBm4x9L9mLkhhC1mOk5v" alt=""><figcaption></figcaption></figure> <figure><img src="/files/NkEZl1qpgcqHyUoikIVl" alt=""><figcaption></figcaption></figure></div>

1. Go to **Online Store > Themes** in your Shopify admin.
2. Click **Customize** next to your current theme.
3. Navigate to the **Login Page** section.
4. Add the **Social Login Block** to the page.
5. Click **Save** to finalize the changes.

Now, customers visiting your store’s login page will see the option to log in using Facebook or Google.

***

### 5. Troubleshooting & Plan Upgrade

#### 5.1 Social Login Not Working?

* Ensure that your **Facebook App ID** and **Google Client ID** are correctly entered.
* Refresh your Shopify store and check if the social login buttons appear.
* Clear the browser cache or try using a different browser.
* If issues persist, contact support.

#### 5.2 Upgrading Your Plan for Social Login

* If social login is not available in your current plan, a message will appear prompting you to upgrade.
* Click **Upgrade Plan** and follow the steps to activate a social login for your store.

***

### Conclusion

Congratulations! You have successfully configured a social login for your Shopify store. Now, customers can quickly log in using their Google or Facebook accounts, improving their shopping experience.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.webtonative.com/shopify/social-login.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
