- Standard: Manually select which content items to include
- Smart: Set rules to automatically include relevant content items
- Dynamic: Let users curate their own playlists (requires working in JavaScript)
Each standard/smart playlist automatically generates a corresponding podcast feed, and vice versa.
Create a standard playlist
Standard playlists are made up of items you choose and stay the same unless you update them manually. This is useful for grouping related coverage on a single story, creating daily roundups, or curating other kinds of fixed editorial collections.Create a new playlist
Click + Playlist and fill out the form:
- Title: Name your playlist
- Content limit: Enter the maximum number of items to include in the playlist (up to 100)
- Image (optional): Upload a square image to represent your playlist
- Type of playlist: Select Standard
Select content to include
Click Select articles and use the checkboxes to decide which content to include.Once complete, click Save changes.
Create a smart playlist
Smart playlists update automatically based on rules you define, allowing you to deliver a continuously refreshed feed of themed content. For example, you can include all the audio articles by a specific author, or all the videos related to a particular topic.Go to playlist settings
Go to Distribution → Playlists in your project dashboard.
Create a new playlist
Click + Playlist and fill out the form:
- Title: Name your playlist
- Content limit: Enter the maximum number of items to include in the playlist (up to 100)
- Image (optional): Upload a square image to represent your playlist
- Type of playlist: Select Smart
Set playlist rules
By default, smart playlists include all items in your project. To change this, click Set rules then + Rule.Use the Field, Condition, and Value fields to create your rule. For example, you may wish to create the rule
author is Joe Bloggs.Once you’re happy, click Apply.Embed a playlist
To embed a smart or standard playlist:Go to playlist settings
Go to Distribution → Playlists in your project dashboard.
Copy embed code
Choose the content type you’d like to include in your playlist (audio article, audio summary, video article, or video summary).You’ll see a preview of your playlist in the space below.Once you’re happy, click the Copy icon on the embed code.
The playlist player inherits the same colors and call to action as your main player. These are controlled in player settings.

Share a playlist via URL
To share a smart or standard playlist via URL:- Go to Distribution → Playlists in your project dashboard
- Click ••• alongside the playlist you’d like to share, then select Copy shareable URL
- Paste your URL in the desired locations
The shareable URL page displays the project title, playlist image, content titles, content durations, and playback controls.
Create a dynamic playlist
Dynamic playlists are generated in real time using your own logic and data. For example, you can allow users to build their own playlists with an add to queue feature.Set up the JavaScript player
Install the JavaScript player on your website.
Store user selections
Implement backend logic to save the identifiers of content users add to their queue (e.g.
contentId, sourceId, or sourceUrl), along with their type.Initialize the player
You will need your The player fetches the content and loads it as a playlist.Player settings are pulled from your project by default, but can be overridden via the configuration.
projectId and content identifiers (e.g. contentId, sourceId, or sourceUrl) to load items.Pass the saved items into the player as a list of identifiers. Each item should include one identifier:Copy a playlist ID
You will need to copy a playlist ID (playlistId) when loading or referencing a specific playlist in the player SDK or Playlists API—for example, when initializing a player with a playlist or building dynamic playlists programmatically.
To copy a playlist ID:
- Go to Distribution → Playlists in your project dashboard
- Click ••• alongside your chosen playlist
- Click Copy ID and paste it where required
FAQs
How do I edit a playlist?
How do I edit a playlist?
To edit a smart or standard playlist:
- Go to Distribution → Playlists in your project dashboard
- Click ••• → Edit alongside your chosen playlist
- Update your chosen settings then click Save changes
How do I delete a playlist?
How do I delete a playlist?
To delete a smart or standard playlist:
- Go to Distribution → Playlists in your project dashboard
- Click ••• → Delete alongside your chosen playlist
- Click Delete to confirm
How do I set a playlist as "private" or "public"?
How do I set a playlist as "private" or "public"?
To change privacy settings for a smart or standard playlist:
- Go to Distribution → Playlists in your project dashboard
- Click Public or Private alongside your chosen playlist
- Switch the toggle then click Save changes
Why am I not seeing any content in my playlist?
Why am I not seeing any content in my playlist?
If you’re not seeing any content in your playlist in BeyondWords, it may be because you have:
- Created a standard playlist without adding any articles
- Created a smart playlist with overly restrictive rules
- Selected a content type (e.g. video articles) that you haven’t yet generated
Can I play an audio sting between items in a playlist?
Can I play an audio sting between items in a playlist?
Yes, you can use the outros feature to play an audio sting between items in a playlist:
- Go to Distribution → Player in your project dashboard
- Scroll down to the Outro section and click Upload audio
- Upload the transition sound you want to use
- Click Save changes
What happens if I delete or update my content?
What happens if I delete or update my content?
If you update your content, the latest version will be reflected in the playlist after a short delay due to caching. If you delete content, it will no longer appear in the playlist.