Carrd Integration

Embed Zidi videos on your Carrd one-page site using the Embed element.

How to Embed

  1. Open your video in Zidi and click Share.
  2. Copy the embed code (iframe snippet).
  3. In your Carrd site editor, click + to add an element.
  4. Select Embed.
  5. Choose Code as the type.
  6. Paste the embed code.
  7. Adjust the width and height as needed.
  8. Publish your site.

Embed Code

<iframe
  src="https://app.zidi.ai/v/your-video-slug"
  width="100%"
  height="360"
  frameborder="0"
  allowfullscreen
  style="border: none; border-radius: 8px;"
></iframe>

Plan Requirements

The Embed element requires a Carrd Pro plan (Pro Standard or Pro Plus). Free Carrd sites do not support custom embeds.

Styling Tips

  • Set the embed width to 100% for full-width video on mobile.
  • Use a fixed height of 360px for standard 16:9 videos, or 280px for narrower layouts.
  • Carrd's responsive system will automatically scale the embed on smaller screens.

Tips

  • Password-protected videos show a password prompt inside the embed.
  • Add tracking pixels for analytics on embedded views.
  • CTAs and engagement tracking work inside embedded videos.
  • Carrd supports multiple embeds per page — add as many Zidi videos as you need.