Overview
SimpleTix makes it easy to embed your ticketing experience directly on your own website. This all-in-one guide covers:- What a Widget Is (an iframe-based snippet)
- Embedding a Single Event (button or iframe)
- Pinboard & Monthly Calendar Widgets (multi-event displays)
- Troubleshooting & Additional Tips
Introduction: What Is a “Widget”?
A widget is a snippet of HTML/JavaScript code (an<iframe>
) that you place on your website. It allows your visitors to do the following without leaving your webpage:
- View event listings (single or multiple)
- Select tickets
- Complete purchases (if using an iframe embed)
Single-Event Embed (Event-Level)
Generate Embed Code for One Event
-
Log In:
https://manager.simpletix.com -
Select Your Event:
- Click Events in the top menu.
- Choose the event you want to embed.
-
Access Embed Options:
- In the event’s left-hand menu, look for Embed.
-
Choose Embed Type:
- Button Embed: Places a button (e.g., “Buy Tickets”) on your site; when clicked, it opens the checkout (in a pop-up). You can customize the button text and color.
- Direct Embed: Directly embeds the checkout form on your webpage, so visitors don’t see a popup.
-
Copy the Code:
- Click Copy or select the HTML/JS snippet manually.
-
Paste on Your Website:
- Insert this code into your site’s HTML where you want the event button or iframe to appear.
Multi-Event Widgets (Pinboard & Monthly Calendar)
SimpleTix offers two multi-event widgets to display multiple events on your site — Pinboard and Monthly Calendar. Both are available from the Embeddable Widget settings.Steps to Implement
-
Open the Embeddable Widget Settings
- In Manager Portal, go to Settings → Embeddable Widgets.
-
Choose Your Widget
- Pinboard Widget: Displays events in a tiled or list-style view.
- You can limit the number of events shown, hide event descriptions, or enable a search bar.
- Monthly Calendar Widget: Shows upcoming events in a traditional calendar layout for an at-a-glance schedule.
- Pinboard Widget: Displays events in a tiled or list-style view.
-
Customize & Copy the Code
- Adjust any widget-specific options (e.g., date range, description visibility).
- Copy the provided HTML/JS embed code.
-
Paste the Code on Your Website
- Insert the snippet where you want the widget to appear in your site’s HTML.
-
Test & Refine
- Visit your site to confirm the widget displays correctly.
- Make any final tweaks in the Embeddable Widget settings or via custom CSS if needed.
Additional Considerations
- Some WordPress themes or site-building tools may conflict with embedded scripts.
- If you see layout or script conflicts, consult your web developer or check if your theme has specialized iframe handling.
- Advanced Custom CSS: You may style or adjust the widget if you have developer skills. See our Advanced CSS Customizations guide.
Testing the Widget
- Incognito Mode: Ensures you’re not seeing cached content.
- Mobile/Responsive: Check how your widget appears on phones or tablets.
- Publish: If your site uses a CMS (e.g., WordPress, Squarespace), ensure you’ve published changes.
Troubleshooting
- No Events Showing: Confirm the events are Active in SimpleTix and your embed code is placed in the correct spot on your site.
- Only One Event Appears (Pinboard): Check if you’ve filtered your Pinboard to a single event or if other events are set to “Hidden.”
- Embed Not Loading: Look for JavaScript errors or plugin conflicts.
- Need More Customization? Contact SimpleTix Support. They can guide you through advanced scenarios, such as pass embedding or custom code injection.