Skip to main content
EquaticketFind My Tickets
Events & TicketsFor Organizers

Embedding the Ticket Widget on Your Website

Last updated: 3/28/2026

Embedding the Ticket Widget on Your Website

Equaticket provides an embeddable widget that lets buyers browse tickets and start checkout directly from your own website. The widget loads in an iframe and redirects to Equaticket's hosted checkout for payment.

Getting your embed code

  1. Go to Dashboard > Events > [Your Event] > Embed.
  2. Copy the embed snippet. It includes an

    ```

    Platform-specific instructions

    WordPress

    Install the Equaticket WordPress plugin for the easiest setup. It provides:

    • A shortcode: [equaticket org="your-org" event="your-event"]
    • A Gutenberg block with visual preview in the editor
    • Automatic responsive sizing via postMessage

    Alternatively, paste the embed snippet into a Custom HTML block.

    Squarespace

    1. Open the page editor and add a Code Block (not an Embed block).
    2. Paste the full embed snippet (iframe + script) into the Code Block.
    3. Make sure HTML mode is selected, then click Apply.

    Note: If Safe Mode is enabled on your site, you may need to disable it under Settings > Developer Tools first.

    Wix

    1. Add an Embed HTML element (classic editor) or HTML iframe (Wix Studio).
    2. Paste the embed snippet and click Update.
    3. Manually resize the embed container to at least 700px tall -- Wix sandboxes custom HTML so auto-resize does not work across the boundary.

    Shopify

    1. In your theme customizer, add a Custom Liquid section to the page.
    2. Paste the embed snippet into the Liquid code area.
    3. Save and preview. The resize script works normally on Shopify.

    For themes without Custom Liquid support, edit the template directly via Online Store > Themes > Edit Code.

    Conversion tracking

    The widget emits postMessage events that you can use to track conversions in your analytics. The widget fires events for widget loads and completed purchases. See your embed configuration page for the tracking snippet.

    Troubleshooting

    • Widget is cut off: Increase the height value in the iframe tag, or ensure the resize script is included.
    • Widget does not load: Check that your site's Content Security Policy allows iframes from equaticket.com.
    • Checkout does not work: Checkout always opens in a new tab/window from the widget -- this is by design for payment security.

Still need help?

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

Contact Support