Gym's public schedule
Gym's public schedule
See how to generate the graphic in the form of a photo or put it on your website/facebook.
When we already have a configured schedule, (how to configure a schedule) the next step would be to show it to the world. To do it go to Settings tab --> Integration
You will see there:

There are some buttons:
This button will redirect you to your official website with the schedule
This one will redirect you to the article about schedule creation
This one will generate a photo of your schedule. A good option to share it on Facebook. After clicking the button, the photo will be generated. All you need to do is right-click on the image and select "Save Image As".

This button will open the settings where we can choose whether all classes should be visible in the schedule or only the ones we select. It will also allow you to choose if the attendance should be visible.

The last button is for integration with your website. There are two options:

Direct URL You can put a link to the schedule on your website/facebook. For example, after clicking a button "Gym schedule" on your website the visitor would be redirected to your schedule.
Example URL:
https://wod.guru/schedule/demo
Embed code The second option is to put the schedule directly on your website (it would be a part of your website)
Example code:
<iframe src="https://wod.guru/schedule/demo" width="100%" height="600px" frameborder="0"></iframe>
Change color of the background
The additional option is to change the background of the schedule so that it suits your website. To do it, you have to modify the URL a little bit. For example, the original schedule URL is:
https://wod.guru/schedule/demo
While URL with the background color you choose would be:
https://wod.guru/schedule/demo?bgColor=ffd2e8
where "ffd2e8" is the code of the color you choose. You can find more colors here.
Updated on: 24/08/2020
Thank you!