Simplecast Embedded Audio Players

An Embedded Audio Player is the preferred way to display an episode on your show website. Here are a few advantages:

Below are a few examples of different templates, styles and designs offered by Simplecast. Once you lock-in an option, stick with it throughout the season to make your show website look consistent. (The examples are of the trailer of the show For The Love Of Work. The code used in the custom color is: A280FD )


Standard (Light)

<iframe height="200px" width="100%" frameborder="no" scrolling="no" seamless src="https://player.simplecast.com/d504494a-8b68-4c9b-963c-2e5d34ab9528?dark=false"></iframe>

Standard (Dark)

<iframe height="200px" width="100%" frameborder="no" scrolling="no" seamless src="https://player.simplecast.com/d504494a-8b68-4c9b-963c-2e5d34ab9528?dark=true"></iframe>

Standard (Custom Color)

<iframe height="200px" width="100%" frameborder="no" scrolling="no" seamless src="https://player.simplecast.com/d504494a-8b68-4c9b-963c-2e5d34ab9528?dark=true&color=A280FD"></iframe>

Mini (Light)

<iframe height="52px" width="100%" frameborder="no" scrolling="no" seamless src="https://player.simplecast.com/d504494a-8b68-4c9b-963c-2e5d34ab9528?dark=false"></iframe>

Mini (Dark)

<iframe height="52px" width="100%" frameborder="no" scrolling="no" seamless src="https://player.simplecast.com/d504494a-8b68-4c9b-963c-2e5d34ab9528?dark=true"></iframe>

Mini (Custom Color)

<iframe height="52px" width="100%" frameborder="no" scrolling="no" seamless src="https://player.simplecast.com/d504494a-8b68-4c9b-963c-2e5d34ab9528?dark=false&color=A280FD"></iframe>

Show (Light)

<iframe height="480px" width="100%" frameborder="no" scrolling="no" seamless src="https://player.simplecast.com/a372ad84-5629-44bc-a912-db232e312801?dark=false&show=true"></iframe>

Show (Dark)

<iframe height="480px" width="100%" frameborder="no" scrolling="no" seamless src="https://player.simplecast.com/a372ad84-5629-44bc-a912-db232e312801?dark=true&show=true"></iframe>

Show (Custom Color)

<iframe height="480px" width="100%" frameborder="no" scrolling="no" seamless src="https://player.simplecast.com/a372ad84-5629-44bc-a912-db232e312801?dark=false&show=true&color=A280FD"></iframe>