Show Schedule
You can embed your show schedule on your website.
Quick Start
- Follow the Embed Toolkit instructions to get your embed code.
- Add this code wherever you want the schedule to show up:
<creek-show-schedule></creek-show-schedule>
Options
Shows Path
You can change the base path of each show by using the shows-path
attribute.
For example, suppose that your show page URLs are like this:
https://your-station.org/programs/name-of-show
In this case, use a shows-path
attribute like this:
<creek-show-schedule
shows-path="/programs"
></creek-show-schedule>
Then all of the shows in the Creek schedule will link to the actual show pages of your website.