Tools
Free tools
Because we are creating standardised datasets of the factual data about clubs (timetables, pricing, class types), we have built tools that clubs can use free of charge. These tools let you display your Submitsu data on your own website. No need to manually update: when you update your club profile with us, the widgets reflect that.
Timetable
A widget with a weekly view of your timetable. Shows all classes across the week in a clear, scannable format.
Example: <iframe src="https://www.submitsu.com/widgets/timetable/weekly?location=gb/england/london" width="100%" height="450" frameborder="0"></iframe>
Parameters:
location(required): e.g.gb/england/londonorus/texas/austinclub(optional): club slug for club-specific timetable
What’s On
A widget that shows upcoming classes and events. Visitors see what’s on next at your club.
Example: <iframe src="https://www.submitsu.com/widgets/whats-on/list?location=gb/england/london" width="100%" height="450" frameborder="0"></iframe>
Parameters:
location(required): e.g.gb/england/londonclub(optional): club sluglimit(optional, 1-10): number of items to show (default: 5)type(optional):classes,events, orboth(default: both)
Pricing
A widget view of the pricing for your club or area. Displays average prices by membership type.
Example: <iframe src="https://www.submitsu.com/widgets/pricing/area?location=gb/england/london" width="100%" height="450" frameborder="0"></iframe>
Parameters:
location(required): e.g.gb/england/londonclub(optional): club slug for club-specific pricing
Size Charts
A widget showing brand size charts for BJJ gear. Useful for uniform retailers.
Example: <iframe src="https://www.submitsu.com/widgets/size-charts/table?brand=tatami" width="100%" height="450" frameborder="0"></iframe>
Parameters:
brand(required): brand slug e.g.tatami,atama
Installation
WordPress
- Edit your page or post
- Add a Custom HTML block (or Code block)
- Paste the iframe code from the examples above
- Publish
Wix
- Add an element → Embed → Embed a site
- Paste your widget URL (e.g.
https://www.submitsu.com/widgets/timetable/weekly?location=gb/england/london) - Adjust the iframe size as needed
Squarespace
- Add a Code block
- Paste the iframe code from the examples above
- Save
Custom HTML
Paste the iframe code directly into your page HTML where you want the widget to appear.
Quick Examples
Here are ready-to-use embed codes for each widget type. Click the copy button next to any example to get the embed code.
Timetable Widget
<iframe
src="https://www.submitsu.com/widgets/timetable/weekly?location=gb/england/london"
width="100%"
height="450"
frameborder="0"
title="BJJ Timetable">
</iframe>What’s On Widget
<iframe
src="https://www.submitsu.com/widgets/whats-on/list?location=gb/england/london&limit=5&type=both"
width="100%"
height="450"
frameborder="0"
title="What's On">
</iframe>Pricing Widget
<iframe
src="https://www.submitsu.com/widgets/pricing/area?location=gb/england/london"
width="100%"
height="450"
frameborder="0"
title="BJJ Pricing">
</iframe>Size Charts Widget
<iframe
src="https://www.submitsu.com/widgets/size-charts/table?brand=tatami"
width="100%"
height="450"
frameborder="0"
title="BJJ Size Charts">
</iframe>