Carrd Integration
Embed Zidi videos on your Carrd one-page site using the Embed element.
How to Embed
- Open your video in Zidi and click Share.
- Copy the embed code (iframe snippet).
- In your Carrd site editor, click + to add an element.
- Select Embed.
- Choose Code as the type.
- Paste the embed code.
- Adjust the width and height as needed.
- 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.