Back to StileTurn

Embed tickets on your website

Sell tickets directly from your own site, blog, or landing page. Fans stay on your brand while StileTurn handles checkout in the background.

Standard iframe embed

Copy the code below and paste it into any HTML page. Replace YOUR_EVENT_ID with your event ID from the dashboard.

<iframe
  src="https://stileturn.com/embed/events/YOUR_EVENT_ID"
  width="100%"
  height="800"
  style="border:0; min-height:800px;"
  allow="payment"
></iframe>

Responsive tip

Use width="100%" and adjust height to match your page layout.

Checkout support

The allow="payment" attribute lets Stripe checkout open inside the iframe.

WordPress

In the WordPress block editor, add a Custom HTML block and paste this snippet:

<!-- wp:html -->
<iframe src="https://stileturn.com/embed/events/YOUR_EVENT_ID" width="100%" height="800" style="border:0; min-height:800px;" allow="payment"></iframe>
<!-- /wp:html -->
  • Use the HTML block, not the Embed block, for full control.
  • Paste your event URL: /embed/events/YOUR_EVENT_ID.
  • Make sure your theme allows iframes; some security plugins may strip them.

Direct link

If you prefer not to embed an iframe, share the direct event page and add ?embed=true to hide the StileTurn navigation.

https://stileturn.com/events/YOUR_EVENT_ID?embed=true