Embed on Framer
In this article
Embed on Framer
2 min read · Events & Tickets
Embed on Framer
Requirements
- Any Framer plan (free and paid)
- Your event must be published in Equaticket
Method 1: Embed Component (Easiest)
Step 1: Get Your Iframe URL
- Log into your Equaticket dashboard
- Go to your event
- Click Share & Embed
- Choose Direct Iframe
- Copy just the
srcURL from inside the iframe tag (it looks likehttps://equaticket.com/embed/[org]/[event])
Step 2: Add an Embed Component
- In the Framer editor, click Insert in the top toolbar
- Search for Embed
- Drag the Embed component to your canvas
- In the properties panel on the right, paste your iframe URL in the URL field
- The preview updates immediately
Method 2: Custom Code (For Embed Script or Modal Button)
If you want to use the Embed Script (auto-resize) or Modal Button, use Custom Code instead:
Step 1: Get Your Code
- Go to your Equaticket dashboard
- Choose Embed Script or Modal Button
- Copy the entire code snippet
Step 2: Add to Site Settings
- In Framer, go to Site Settings (or Settings)
- Look for Custom Code or Code Injection
- In the End of
<body>tag section, paste the<script>tag from your code - Save
Step 3: Add Code Component
- On your page, add a Code component
- Paste the remaining HTML (
<div>for Embed Script,<button>for Modal Button) - Publish to test
Notes
Embeds may render as blank in editor:
The Framer editor often shows embeds as blank or placeholder. This is normal. Always publish and check the published live site to verify the widget is working.
Auto-resize works on Framer:
The Embed Script's auto-resize functionality works normally on Framer (no sandboxing).
Mobile responsiveness:
Framer is responsive-first, so embeds automatically adapt to mobile screens. The widget will resize based on container width.
Troubleshooting
Widget is blank on published site
- Check that your event is published in Equaticket
- Verify you copied the correct URL (from the Direct Iframe
srcattribute) - Try hard-refreshing (Cmd+Shift+R on Mac, Ctrl+Shift+R on Windows)
Embed component not available
Make sure you're searching for "Embed" (not "Custom Embed" or other variations). It's typically under Insert → Media.
Width looks wrong
The embed fills its parent container by default. If the container is too narrow, adjust the Embed component's width in Framer's properties panel.
Still need help? Contact support.
Still need help?
If this article didn't answer your question, our support team is here.
Contact Support