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

# Embedding Presentations on Your Website

Share presentations standalone or embedded in your website.

**Option 1: Standalone link**

1. Go to your presentation
2. Click "Copy presentation link"
3. Share with visitors, prospects, or team
4. Link format: [https://thedouble.ai/presentation/\[ID\]](https://thedouble.ai/presentation/\[ID])

**What to know**

* Standalone link works on any device
* Visitor sees presentation fullscreen
* No Double profile, just the presentation
* Link is live immediately

**Option 2: Embed on website**

1. Go to Engagement tab
2. Scroll to "Embed Presentation in website"
3. Choose your framework:
   * HTML — Raw HTML/iframe
   * Next.js
   * React(JS)
   * Vue
   * Astro
   * WordPress
   * Wix
   * Hostinger
4. Copy the provided code
5. Paste into your website page
6. Save and publish

**Setup steps**

1. Open your HTML/React file
2. Paste the code where you want the presentation
3. Adjust width and height as needed
4. Save and refresh your page
5. Test on desktop and mobile

**What to know**

* Embedded presentations are responsive
* Visitors need microphone access for voice
* Set height explicitly (e.g., height="600px")
* Test on mobile — responsive layout differs from desktop
