Embed an Episode
- Select the
Embed
button on your episode page - Copy your embed code
- Paste this code into your website or page
Here's an example of the embed player:
Can I customize the look of my player?
If you want to customize your player's dimensions, select See more options
.
Note: Your embed player is responsive (it adjusts in size and context to fit any device or view-port). Any customization may affect how effective it is on different devices and screen sizes.
The player has a transparent background to ensure it seamlessly fits in with your own page design. If you find this results in poor readability, you may need to add an opaque background color around the embed, for example:
<div style="background-color: white">
<iframe ... />
</div/>
Alternatively if your page uses a dark background, the 'dark theme' player will be more suitable.
Again, if your page isn't already using a dark background, you'll need to add extra color for contrast:
<div style="background-color: rgb(33, 37, 41); padding: 1rem">
<iframe ... />
</div/>
Comments
0 comments
Article is closed for comments.