---
title: "Shopify — install the widget"
description: "Where the Guuey widget tag goes on a Shopify store: your theme's layout/theme.liquid, before </body>, through the theme code editor."
---

import InstallSnippet from "../../../components/InstallSnippet.astro";
import PlatformSteps from "../../../components/PlatformSteps.astro";
import AgentPrompt from "../../../components/AgentPrompt.astro";

On Shopify the tag goes into the theme's base layout, which renders every page of the store. The tag is the same on every platform — [Install the widget](/install-widget/) has the general picture; this page has the exact place on **Shopify**.

## The tag

<InstallSnippet />

## Where it goes

<PlatformSteps platform="shopify" />

## Before it shows

Allow your site's origin (console → Embed → **Allowed origins**, or `guuey apps update <appId> --domains <origin>`; about 15 seconds to apply), add the CSP allowances if your site sets a policy, then verify with `guuey apps check <appId> --origin <origin>` — the steps are on [Install the widget](/install-widget/#before-it-shows).

## Give this to your coding agent

<AgentPrompt platform="shopify" />