How to Install ShareThis’ Tools on Shopify with Javascript Code

In the case that you are not using our Shopify App — You can manage ShareThis tools on Shopify using the ShareThis Platform, to do this, you will need to manually add the ShareThis <script> code inside the <head> of your site, simply follow the steps below:

  1. Log in or Sign up to the ShareThis Platform.
  2. Select the ShareThis tool you would like to use and activate it by clicking the Enable tool button. 
  3. Then, customize the buttons by selecting your social channels, size, and shape.
  4. Select the Activate code button in the top right corner. In the pop-up, click the Copy code button.
  5. Log in to your Shopify website.
  6. In the left navigation bar, select Online Store > Themes, and from the Actions dropdown, click Edit Code.
  7. From the different files and folders, go to Layout and click theme.liquid.
  8. Copy and paste the unique ShareThis code that you copied from step 4 into the <head> section of your website.
  9. If you are installing inline tools, you can choose between:

Note: Inline tools require an extra snippet of code to work on your site. If you would like to install our Inline Share Buttons or Follow Buttons, you will need to add a placement code following the options above wherever you want the tool to appear

Before customizing your theme, it’s always recommended to make a backup first, follow these instructions to duplicate the theme for a backup copy in case you want to revert the changes.


Adding Inline ShareThis tools to your product page using a Custom Liquid Block

You can use the Shopify theme editor to have a visual guide when placing the inline buttons code. Although not limited to the products page, you could follow these instructions and the video at the end to place the code on your product description.

  1. Go to your Online Store Dashboard.
  2. Click on Themes and then click on the green button that says Customize.
  3. Navigate to the page where you want the buttons to appear by clicking on the live preview.
  4. Locate your mouse in the place you want to insert the buttons, a blue small button will appear with a Add a Section label.
  5. Select Custom Liquid from the list.
  6. Copy and paste the relevant placement code in the left sidebar that just appeared.
    1. Share Buttons placement code:
      <div class="sharethis-inline-share-buttons"></div>
    2. Follow Buttons placement code:
      <div class="sharethis-inline-follow-buttons"></div>
  7. Click Save in the upper right corner.

For your convenience, here’s a preview:


Adding Inline ShareThis tools to your product page by editing the Theme Code

  1. In the left navigation bar, select Online Store > Themes and then click Actions Edit Code.
  2. Within the left sidebar, scroll down to the Sections folder and select main-product.liquid (If you’re using an older theme, go to Templates and locate the product.liquid file). Then, find the following code:
    {{ product.description }}
    Note: You can use Control + F to search for the word “description” on it (please be sure to click on the inside of the file so you can search for content within the code editor ), try placing the buttons in a new line after the section or lines which have this name. A section/element it’s delimited with the “}” character at the end of it.

  3. Copy and paste the relevant placement code above or below your product description.
    1. Share Buttons placement code:
      <div class="sharethis-inline-share-buttons"></div>
    2. Follow Buttons placement code:
      <div class="sharethis-inline-follow-buttons"></div>

For your convenience, here’s a preview:


To add the ShareThis tool to your page or blog

  1. In the left navigation bar, select Online Store > Pages. Then, click on the page where you want to display your buttons in. 
  2. Click the Show HTML <> button in the Content section.
  3. Copy and paste the relevant placement code below wherever you want the ShareThis tool to appear.
    1. Share Buttons placement code:
      <div class="sharethis-inline-share-buttons"></div>
    2. Follow Buttons placement code
      <div class="sharethis-inline-follow-buttons"></div>