What’s On
The What’s On shows upcoming classes and events for a location or club.
Parameters
| Parameter | Required | Description |
|---|---|---|
| location | Yes* | Location path (e.g. gb/england/london) |
| club | No | Club slug (requires location) |
| limit | No | Number of items to show (1-10, default: 5) |
| type | No | classes, events, or both (default: both) |
| mode | No | light or dark (default: dark) |
*Either location or club required; club requires location.
Example
/widgets/whats-on/list?location=gb/england/london&limit=5&type=both
/widgets/whats-on/list?location=us/texas/austin&club=my-club&limit=10&type=classesEmbed Examples
Upcoming Classes (Location Only)
<iframe
src="https://www.submitsu.com/widgets/whats-on/list?location=gb/england/london"
width="100%"
height="450"
frameborder="0"
title="What's On">
</iframe>Upcoming Classes with Limit
<iframe
src="https://www.submitsu.com/widgets/whats-on/list?location=gb/england/london&limit=10&type=both"
width="100%"
height="450"
frameborder="0"
title="What's On">
</iframe>Club-Specific Events
<iframe
src="https://www.submitsu.com/widgets/whats-on/list?location=us/texas/austin&club=my-club&type=events"
width="100%"
height="450"
frameborder="0"
title="What's On">
</iframe>Last updated on