One snippet. Any CMS. Live in ten minutes.

Each CMS card says exactly where the snippet goes.

embed.html
<script src="https://player.instaread.co/embed.js"
  data-publication="your-publication"></script>
Illustrative snippet
Universal embed

One snippet in your article template, any site.

CMS
WordPress

Snippet in single.php or a theme hook.

CMS
WordPress plugin

Install and activate, no code.

CMS
Arc XP

Snippet via custom embed block.

CMS
Naviga

Snippet in the article layout.

CMS
BrightSpot

Snippet in the article template.

CMS
Ghost

Code injection.

CMS
Blox

Code injection.

CMS
Squarespace / Webflow / Wix

Code block in the post body or template.

CMS
RSS import

We pull articles from your feed.

Content
Apple News

Audio rides with your channel.

Distribution
Apple Podcasts

Articles or newsletters as episodes.

Distribution
Spotify

Articles or newsletters as episodes.

Distribution
iHeart

Articles or newsletters as episodes.

Distribution
Amazon Music

Articles or newsletters as episodes.

Distribution
Instaread analytics dashboard

Plays, listen-through, revenue.

Analytics
In-player ad demand

Sold and served for you.

Monetization
Your own ad demand

Plug in your direct or programmatic demand.

Monetization
Paywall / subscriber sync

Powers Subscribe to Listen.

Subscriptions
REST API Soon

Create and fetch audio.

Developer
MCP server Soon

Your agents, same pipeline.

Developer
iOS / Android SDK Soon

Native app playback.

Developer

Don’t see yours? It still works. Talk to us →

On WordPress? Install the plugin.

No snippet needed. Install from the WordPress.org directory, enter your publication name, and the player appears on every article.

Get the plugin

Instaread Playlist

Paste the code below where you’d like the playlist to appear. We recommend the homepage of your site, and a standalone page dedicated to audio.

Full-screen experience

playlist-full.html
<script type="module" crossorigin
  src="https://player.instaread.co/js/instaread.player.js"></script>

<instaread-player publication="yoursite" p_type="playlist" height="80vh"></instaread-player>

Responsive layout

Adjust height and width to fit the slot you have, a sidebar rail for example.

playlist-rail.html
<script type="module" crossorigin
  src="https://player.instaread.co/js/instaread.player.js"></script>

<instaread-player publication="yoursite" p_type="playlist" height="600" width="320"></instaread-player>

See every playlist parameter in the docs →