Eventbrite
Eventbrite is a platform for creating, managing, and selling tickets for events online.
Key features include:
- Event creation and ticket management
- Online ticket sales and registration
- Customisable event pages
- Integrated payment processing
- Attendee management and reporting
Eventbrite integrates with ShopWired by embedding the Eventbrite checkout widget into your website so you can sell event tickets directly from your ShopWired pages.
Account creation
Account creation
Create an account at Eventbrite.
After creating your account you should set up your event, configure ticket types, and publish the event listing.
Once your event is created, Eventbrite provides an embedded checkout widget that can be added to your website.
Adding the Eventbrite embedded checkout to website pages
Adding the Eventbrite embedded checkout to website pages
Eventbrite provides embed code similar to the example shown below.
<div id="eventbrite-widget-container-123456"></div>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
<script type="text/javascript">
var exampleCallback = function() {
console.log('Order complete!');
};
window.EBWidgets.createWidget({
widgetType: 'checkout',
eventId: '123456',
iframeContainerId: 'eventbrite-widget-container-123456'
});
</script>
The code shown above is provided as an example only. You must copy the exact code provided in your Eventbrite account, as the code and any ID values will be unique to your event.
- Navigate to Website > Themes
- Select
customise your theme - Select
add a new section - Select the
custom HTMLsection type - Paste the embed code into the Custom HTML setting
- Position the section where the event checkout should appear
- Save your changes
If you want to add to a website page select the Tick here to enter additional custom HTML/JS/CSS setting to add the code.
Recommendations
Recommendations
- Ensure your event and ticket types are fully configured before embedding the checkout
- Use embedded checkout on pages dedicated to specific events
- Test the checkout process after embedding the widget
- Keep a record of the embed code used for each event page