Activation / Installation
Script Installation

If you're on Blueprint Theme. Please follow the instruction below...

  1. Go to your BigCommerce Admin Storefront Template Files
  2. From the right side's Panels, search panels expand it.
  3. Locate and open HTMLHead.html
  4. Paste the following code just before </head> tag

<script type="text/javascript" src="https://bc.hexgator.com/social-login/script.js?store_hash=[[Your Store Hash]]"></script>

If you're on Stencil Theme. Please follow the instruction below...

  1. Go to your Admin Storefront Footer Scripts
  2. Paste the following code and save the form

<script type="text/javascript" src="https://bc.hexgator.com/social-login/script.js?store_hash=[[Your Store Hash]]"></script>

Enabling Social Login Buttons (Auto Setup)

To show Social Login buttons on Login and Registration Pages, do the following settings

  1. Browse Hexgator Social Login App Installation
  2. Scroll to section Enable Social Login Buttons Automatically
  3. Select Enable as Yes
  4. Select the placement of buttons
    • Before Login/Create Account Form: Social Login Buttons will be placed just before Login / Create Account Form on Login and Registration pages.
    • After Login/Create Account Form: Social Login Buttons will be placed after before Login / Create Account Form on Login and Registration pages.
  5. Save
Enabling Social Login Buttons (Manual Setup)

Paste the following code in your template file, where you want the Social Buttons to appear.

<div class="sp-social-login_buttons"></div>

e.g. To place the buttons in Login page edit Panels/LoginForm.html: Click image to enlarge