Skip to main contentSkip to main content
Equaticket
Events & Tickets

Direct Iframe Embed

Last updated September 25, 20262 min read
In this article

Direct Iframe Embed

2 min read · Events & Tickets

Direct Iframe Embed

Simple Embed on your event's Embed tab is a plain iframe. It shows the same ticket widget as Add to Your Website, but it does not resize itself, so you control the height.

When to use it

  • Your website builder strips <script> tags.
  • Your builder places custom code inside its own box, so auto-resize cannot reach your page (Wix is the common case).
  • Your builder only accepts an iframe URL.

Everywhere else, Add to Your Website is easier.

The snippet

Copy it from Dashboard > Events > [your event] > Embed > Simple Embed. It looks like this:

If your builder only takes a URL, paste just the src value.

Setting the height

The iframe is at least 400px tall and does not scroll, so anything taller is cut off. If the bottom of the widget (the checkout button) is hidden, raise the height by changing min-height: 400px to a larger value, for example min-height: 700px. Events with several ticket types need more room. If your builder has its own height setting for the element, set that too.

You can change width or add styles such as border-radius to match your site.

It never expires

Paste it once. The snippet contains nothing that expires, and older snippets that still end in ?event_token=... keep working.

Content Security Policy

You only need this if your site sets a Content Security Policy. Add https://equaticket.com to your existing frame-src directive rather than creating a new one, because a directive that lists only Equaticket replaces what your site already allowed:

frame-src 'self' <your existing sources> https://equaticket.com;

Why is my iframe blank?

  • The event is not published. Draft events do not show in embeds. Paused and cancelled events show a short message instead.
  • Your site's Content Security Policy blocks it. Press F12 and look for CSP errors in the Console tab.
  • The organization or event part of the URL is wrong. Copy the snippet again from the Embed tab.

Still need help? Contact support.

Still need help?

If this article didn't answer your question, our support team is here.

Contact Support

Was this article helpful?

Still need help? Contact Support

Direct Iframe Embed — Equaticket Organizer Help