Add Audio Player to Lessons

Audio Player

To add an audio player to lessons, first go to Programs and open the lesson that you want to add the audio to (or create a new lesson).

Once open, click on the ellipsis menu (three vertical dots) on the right side of the lesson editor toolbar and select the code <> icon. This will change the lesson editor from WYSIWYG (normal) mode to code mode.

Paste in the audio player code, changing the audio file url to your own link.

<audio controls>

<source src="https://thisismyfile.com/coaching.mp3" type="audio/mpeg">

</audio>

Once added, click the code <> icon again to change the editor back to WYSIWYG (normal) mode and save the lesson.

Audio File URL

If you need to somewhere to store your audio files online, you can do that within Coach Catalyst. Go to Resources and create a folder for your files. Open the folder and either drag the audio file into the top box or click on the green Add Video or Link button.

Once the file has been uploaded, you can click on the ellipsis menu (three vertical dots) and rename the file if necessary.

Next, right-click on the preview (eye) icon next to the file and choose Copy Link Address. You can then use this link in the steps above.

Did this answer your question?
😞
😐
😁