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

# Embedding Showcases

> Add your endorsement gallery to any website with a simple embed code.

## Standalone page

Every published showcase has a public URL:

```
backthevote.com/s/your-showcase
```

Share this link directly, or link to it from your website navigation.

## Embed on your website

To embed a showcase directly into any webpage, copy the embed script from the showcase detail page and paste it into your site's HTML:

```html theme={null}
<script
  src="https://backthevote.com/embed/your-showcase-id.js"
  async
></script>
<div id="btv-showcase-your-showcase-id"></div>
```

The embed automatically:

* Renders responsively to fit your page width
* Matches the layout and design settings you configured
* Loads asynchronously so it doesn't slow down your page
* Tracks views in your analytics dashboard

## Where to embed

Showcases work well on:

* **Campaign websites** — add a "What supporters are saying" section
* **Landing pages** — build social proof for donation or volunteer sign-up pages
* **Email footers** — link to the standalone showcase URL (embeds don't work in email)
* **Social media bios** — link to the standalone URL from your profile

## Tracking

Showcase views are tracked automatically and reported on your dashboard. The **Showcase Views** stat card on your dashboard aggregates views across all published showcases.
