> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thetinybell.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to install TinyBell on WordPress

> Add the TinyBell pixel to your WordPress website.

## Option 1: Using a plugin (recommended)

1. Install the **Insert Headers and Footers** plugin (by WPCode) from the WordPress plugin directory
2. Go to **WPCode > Header & Footer** in your WordPress admin
3. Paste your TinyBell pixel code in the **Header** section
4. Click **Save Changes**

## Option 2: Edit your theme

1. Go to **Appearance > Theme Editor** in your WordPress admin
2. Open the `header.php` file
3. Paste your TinyBell pixel code just before the closing `</head>` tag
4. Click **Update File**

<Warning>
  If you edit theme files directly, your changes may be lost when you update the theme. Use a child theme or the plugin method instead.
</Warning>

## Option 3: Google Tag Manager

If you already use Google Tag Manager, see [Install via Google Tag Manager](/integrations/google-tag-manager).

## Verify installation

After installing, open your website in a new browser tab. Check if your enabled notifications appear. You can also right-click > View Source and search for "tinybell" to confirm the pixel is in the HTML.
