---
title: "Jekyll — install the widget"
description: "Where the Guuey widget tag goes on a Jekyll site: the base layout _layouts/default.html, before </body>."
---

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

On Jekyll the tag goes into the base layout that wraps every page. The tag is the same on every platform — [Install the widget](/install-widget/) has the general picture; this page has the exact place on **Jekyll**.

## The tag

<InstallSnippet />

## Where it goes

<PlatformSteps platform="jekyll" />

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