Wix
Add a Submitsu widget to your Wix site using the Embed element. The process works for any widget type (timetable, what’s on, pricing, or size charts).
Step 1: Get your widget URL
Choose the widget you want from the Widgets overview and copy the embed code. From that code, you need the src URL. For example, from:
<iframe src="https://www.submitsu.com/widgets/timetable/weekly?location=gb/england/london" ...>the URL is: https://www.submitsu.com/widgets/timetable/weekly?location=gb/england/london
You can also build the URL yourself: https://www.submitsu.com/widgets/[type]/[subtype]?[parameters]
Step 2: Add an Embed element
- In the Wix editor, click Add (+) in the left sidebar
- Choose Embed → Embed a site
- A placeholder box will appear on your page
Step 3: Enter your widget URL
- Click the embed placeholder to select it
- In the settings panel, find the URL input field
- Paste your widget URL (e.g.
https://www.submitsu.com/widgets/timetable/weekly?location=gb/england/london)
Step 4: Adjust the size
- Resize the embed box by dragging its corners or edges
- A height of around 450px works well for most widgets
- Set the width to match your page layout (full width or your content column width)
Step 5: Publish
Click Publish in the top right to make your changes live. The widget will load on your published page.
Tips
- Location path: If you’re not sure what to use for the
locationparameter, visit our Locations pages. The path in the URL (e.g./locations/gb/england/london) matches the format:gb/england/london. - Club-specific widgets: Add
&club=your-club-slugto the URL to show data for a specific club only. - Light or dark mode: Add
&mode=lightor&mode=darkto the URL to match your site’s theme.
Last updated on