Integrate Open Tickets
Easily embed your events and shops on your own website using our CMS plugins.
Download Documentation (PDF)WordPress
Use our dedicated WordPress plugin to embed events via shortcodes.
Installation:
1. Download the ZIP file.
2. In WP Admin, go to Plugins > Add New > Upload Plugin.
3. Activate and configure the Base URL in Settings > Open Tickets.
Usage:
Download Plugin
1. Download the ZIP file.
2. In WP Admin, go to Plugins > Add New > Upload Plugin.
3. Activate and configure the Base URL in Settings > Open Tickets.
Usage:
[event id=123 class="btn"][events slug=my-shop class="btn"]
Drupal
A Drupal 10 module providing a text filter to easily embed events within your content.
Installation:
1. Extract to
2. Enable "Open Tickets Embed" in Extend.
3. Configure the Base URL in Configuration > Web services.
4. Enable the "Open Tickets Embed" filter in your Text Formats.
Usage (in content):
Download Module
1. Extract to
modules/custom.2. Enable "Open Tickets Embed" in Extend.
3. Configure the Base URL in Configuration > Web services.
4. Enable the "Open Tickets Embed" filter in your Text Formats.
Usage (in content):
[event id=123 class="btn"][events slug=my-shop class="btn"]
Joomla
A Joomla content plugin to embed your tickets straight into your articles.
Installation:
1. Go to System > Install > Extensions.
2. Upload the downloaded ZIP file.
3. Go to Plugins, search for "Content - Open Tickets Embed", enable it, and set the Base URL.
Usage (in articles):
Download Plugin
1. Go to System > Install > Extensions.
2. Upload the downloaded ZIP file.
3. Go to Plugins, search for "Content - Open Tickets Embed", enable it, and set the Base URL.
Usage (in articles):
{event id=123 class="btn"}{events slug=my-shop class="btn"}
Custom Integration (Wix, Shopify, Squarespace)
Don't use a CMS? No problem. You can still embed events by adding our script to your website's header or footer, and then using a simple HTML link.
1. Add this script to your website:
<script src="https://opentickets.co.za/js/embed.js"></script>
2. Link to your events:
Simply add the embed="yes" attribute to any link pointing to your event.
<a href="https://opentickets.co.za/event/123?theme=embed" embed="yes">Book Now</a>