---
title: "Webflow — install the widget"
description: "Where the Guuey widget tag goes on a Webflow site: Site settings → Custom code → Footer code, which Webflow places before </body> on every page; publish to go live."
---

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

On Webflow the tag goes into the site-wide Footer code setting — no Designer work, one paste, then publish. The tag is the same on every platform — [Install the widget](/install-widget/) has the general picture; this page has the exact place on **Webflow**.

## The tag

<InstallSnippet />

## Where it goes

<PlatformSteps platform="webflow" />

## 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="webflow" />