Index de la documentation

Récupérez l’index complet de la documentation à l’adresse suivante : https://help.tritondigital.com/llms.txt

Utilisez ce fichier pour découvrir toutes les pages disponibles avant d’aller plus loin.

Embed a Podcast Player In a Website

Précédent Suivant

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.

Steps to add an embed player to a blog or web hosting platform

  1. In Omny Studio, find the clip that you want to embed.

  2. In the clip’s Details tab, copy Web Player URL into the clipboard.

  3. 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.

  1. In Omny Studio, find the clip or playlist you want to embed.

  2. In Details, select the Embed tab.

  3. Choose which embed player you'd like to use. See Choose an Embed Player.

  4. Optional: Customize the player’s appearance.

  5. Scroll down to iFrame code then copy its content into the clipboard.

  6. 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.

Screenshot of Omny Studio embed player types

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.

Screenshot of embed player options

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

t=##m##s

Positions playback to a specific point in the clip.

Le format de l’heure est le suivant : ##m##s pour les minutes et les secondes.

Exemples : t=5s puts the playback position at 00:00:05. t=1m05s will start playback at 00:01:05.

Lecture automatique

autoplay=1

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

lang=xx

Remplacez xx with a language code.

Overrides the browser or operating system’s default language.

Supported languages:

  • Arabic (with RTL support): ar

  • Czech: cs

  • English: en

  • French: fr-fr

  • Canadian French: fr-ca

  • German: de

  • Hebrew (with RTL support): he

  • Italian: it

  • Japanese: ja

  • Malay: ms

  • Portuguese: pt-pt,

  • Brazilian Portuguese: pt-br

  • Spanish: es

  • Turkish: tr

Query Parameters for Playlist Embed Players

Option

Description

Preselect a clip in the playlist

selectedClip=clip-id

Remplacez clip-id with Clip ID in the Additional information section in a clip’s Details tab.

Hide playlist in playlist embed

list=0

Works like an automatically updating embed player.

You also need to change the height attribut à 180 dans la iframe .

Limit number of clips in playlist embed

limit=n

Remplacez n with a positive integer value to set the number of the most recent clips to display. This is useful for topical podcasts where you don't want to show older, less relevant episodes.

Exemple : limit=5 shows only the five most recent clips.

Customize Programmatically

You can programmatically control the embed player in Javascript. For details, see Control embedded player with Player.js APIs.

© 2026 Triton Digital, Inc. Tous droits réservés.