Use the below code to add your event checkout as a pop-out modal on your website, rather than embedding the widget onto your page.
💡 You may have to scroll left in the code box to see the complete code:
<script src="https://cdn.tickettailor.com/js/TTWidget.js"></script> <a href="javascript://" onclick="TTWidget.loadEvent('YOURBOXOFFICENAME',EVENTID);"> <img src="https://app.tickettailor.com/images/btns/bt_wh.gif" alt="Buy tickets" /> </a>
Replace:
YOURBOXOFFICENAME' with the name of your box office (you can see this in the top right corner of your Ticket Tailor dashboard. Don't include spaces).
EVENTID with your numeric event ID.
<img src=“https://app.tickettailor.com/images/btns/bt_wh.gif” alt=“Buy tickets” /> with whatever link you would like to show on your website. This could be an image or text link. (Using the current code would add the white 'buy tickets' button).