Skip to content

Shopify

Setting up Farcasts on Shopify takes about a minute. No code, no theme editing.

We send you your install link for your store. Open it, then click Install. Nothing is asked for and no permissions are requested.

In your Shopify admin, go to Online Store, then Themes. On your current theme, click Customize. This opens the theme editor.

  1. In the theme editor, look at the left sidebar. At the bottom of the icon rail, click the App embeds icon (the puzzle piece).
  2. Find Farcasts in the list and turn its toggle on.
  3. A small settings panel opens with a project id field. Paste your project id into it (see below).
  4. Click Save at the top right.

The full install, start to finish.

Open your storefront once. Within a few seconds, your Farcasts dashboard will show it connected.

If you would rather add the line by hand, that works too.

  1. From your Shopify admin, go to Online Store, then Themes.
  2. On your current theme, click the button, then Edit code.
  3. In the file list, open theme.liquid.
  4. Find </head> near the top of the file and paste the Farcasts line just before it.
  5. Click Save.

The line to paste:

<script src="https://app.farcasts.com/farcasts.js" data-cfasync="false" data-farcasts-project="YOUR_PROJECT_ID"></script>
<script async src="https://app.farcasts.com/farcasts-track.js" data-cfasync="false" data-farcasts-project="YOUR_PROJECT_ID" data-farcasts-track-endpoint="https://t.farcasts.com" data-farcasts-track-key="phc_CzXwcg28Mo4jd6gqGcXaTSQUXFjxFFjnMvfXhrqwiVsc"></script>