Your audience can play a clip or playlist of your podcast in your own website with an embed player. This gives you more flexibility with your content:
Keep your audience on your own websites instead of sending them to third-party platforms.
Insert ads with TAP to keep control of your monetization.
See detailed insights with Omny Studio’s consumption analytics.
You can customize the player’s appearance and features.
Voir également :
Add a player to a social media post
This article shows you how to insert an embed player in a web page or blog article. For details on adding a player to a social media post, see Publish on Social Media.
Embed a Player in a Blog or Web Platform
You can easily insert an embed player for a clip in an article on the platform that hosts your blog and web content. For specific details, see Embed a Podcast Player in Wordpress and Embed a Podcast Player in Squarespace.

In Omny Studio, find the clip that you want to embed.
In the clip’s Details tab, copy Web Player URL into the clipboard.
In the article editor of your content platform, insert an “embed” item then paste the clipboard.
Embed a Player in HTML
You can embed a player for a clip or playlist in HTML code directly.

In Omny Studio, find the clip or playlist you want to embed.
In Details, select the Embed tab.
Choose which embed player you'd like to use. See Choose an Embed Player.
Optional: Customize the player’s appearance.
Scroll down to iFrame code then copy its content into the clipboard.
In your HTML editor, paste the HTML code for the embed player.
Choose an Embed Player
Omny Studio provides these embed players for your audio and video content.

Embed type | Description |
|---|---|
Wide artwork player | Plays audio and the audio track of video. Adapts to the width of the HTML element that contains it. The background shows the content's artwork. |
Wide colored player | Plays audio and the audio track of video. Adapts to the width of the HTML element that contains it. The background shows a solid color. |
Large player | Plays audio and the audio track of video. Fixed size. The background shows the content’s artwork. |
Transcript player | Plays audio and the audio track of video, along with an auto-scrolling transcript. Only available for content that has a transcript. Adapts to the width of the HTML element that contains it. The background shows the content's artwork. |
Video player | For video clips and playlists that contain video clips. Fixed size. |
Transcript video player | For video clips and playlists that contain video clips. Includes an auto-scrolling transcript. Only available for content that has a transcript. Fixed size. |
Customize Embed Player Appearance
You can customize what appears in an embed player. You can customize embed players individually or set defaults for an entire organization, network or program. For details, see Settings inheritance in Omny Studio.
.png?sv=2026-02-06&spr=https&st=2026-06-13T08%3A23%3A21Z&se=2026-06-13T08%3A37%3A21Z&sr=c&sp=r&sig=oi6tOJV8ZHc%2FKAjpvbkiboBd6%2BLAsCrCzdNcCUDl1PI%3D)
Customize Appearance for Clip Embed Players
Show artwork: Show or hide the playing clip’s artwork.
Show share: Show or hide the share button. In the embed player, selecting the share button shows the optional download button and the items that you’ve enabled in the Web & Social tab.
Show download: Show or hide the download button in the share screen.
Show description: Show or hide the info button and the playing clip's description.
Show follow podcast: Show or hide the follow button.
Custom colors: Override the embed player's default colors for highlight, foreground, and background.
Customize Appearance for Playlist Embed Players
Show clip artwork in playlist: Show or hide each clip’s artwork in a playlist.
Show playlist share & follow: Show or hide the follow podcast button.
Advanced Embed Player Customization
You can also add features to an embed player by editing its HTML code.
Customize Dimensions
You can customize the horizontal and vertical dimensions of the embed player on the web page. You do this by editing the width et height attributes of the embed player's iframe element in the HTML. Keep in mind that some dimensions may not be appropriate for type of embed player that you choose.
Customize Behavior with Query Parameters
You can customize the embed player’s behavior by adding query parameters to the URL in the src attribute of the embed player’s HTML.
For example, the default src attribute might look like this:
src="https://omny.example/shows/show-slug/clip-slug/embed"To specify that playback should start at 1 minute and 5 seconds, you would append a question mark ? followed by the query parameter t=1m05s:
src="https://omny.example/shows/show-slug/clip-slug/embed?t=1m05s"You can specify multiple query parameters after the question mark. To do this, combine them with ampersands (&). For example, this positions the embed at 1 minute and 5 seconds with autoplay enabled:
src="https://omny.example/shows/show-slug/clip-slug/embed?t=1m05s&autoplay=1"Query Parameters for Clip and Playlist Embed Players
Option | Description |
|---|---|
Play from |
Positions playback to a specific point in the clip. Le format de l’heure est le suivant : Exemples : |
Lecture automatique |
Automatically starts playback when the browser loads the web page. Note that most desktop and mobile browsers restrict automatic playing. For details, see Autoplay policy in Chrome, Allow or block media autoplay in Firefox, Stop autoplay videos in Safari on Mac. |
Lock to a specific language |
Remplacez Overrides the browser or operating system’s default language. Supported languages:
|
Query Parameters for Playlist Embed Players
Option | Description |
|---|---|
Preselect a clip in the playlist |
Remplacez |
Hide playlist in playlist embed |
Works like an automatically updating embed player. You also need to change the |
Limit number of clips in playlist embed |
Remplacez Exemple : |
Customize Programmatically
You can programmatically control the embed player in Javascript. For details, see Control embedded player with Player.js APIs.