# Embed Widgets Embed your items, projects, and tip button on any external website. Each embed is a self-contained HTML page in an ` ``` ### Item Card A richer card with cover image, title, creator name, description excerpt, and purchase button. > [!UI] embed-item-card Available in two layouts: **Vertical** (default, 350px wide): ```html ``` **Horizontal** (600px wide, image on left): ```html ``` ### Audio Player A playable audio preview with cover art, title, play/pause controls, and progress bar. Audio items only. ```html ``` ### Project Card A card showing the project cover, title, creator name, item count, category, and description excerpt. ```html ``` ### Tip Button A button with the creator's avatar and a "Support @username" label. ```html ``` ## Finding the Embed Code From the item dashboard, open the **Embed** tab for copy-paste-ready embed codes. ## How Embeds Work Each embed is a complete HTML document with inline CSS and JavaScript. No external scripts, no cookies, no tracking. Embeds are cached for 5 minutes. All embeds set permissive framing headers (`X-Frame-Options: ALLOWALL`, `Content-Security-Policy: frame-ancestors *`) so they work on any domain. ## What's Shown Embeds only display public items from active accounts. All text is HTML-escaped. ## See Also - [Content & Items](./02-content.md): Publishing items - [Selling & Pricing](./03-selling.md): Purchase flows - [Tips](./tips.md): Tipping creators