Readivo Audio Player allows you to add an audio version of your WordPress posts and pages using the Readivo text-to-speech embed script.
The plugin provides a simple integration with minimal configuration:
• Insert the player manually using the shortcode [readivo]
• Automatically insert the player at the top or bottom of selected post types
• Control visibility per post using a dedicated editor metabox
• Configure global player attributes such as site ID, voice, and player ID
The player is rendered dynamically on the frontend and does not permanently modify stored post content in the database.
Audio is generated and delivered by the Readivo service. Depending on your Readivo configuration, the player can use page metadata or extracted article content to generate spoken audio.
Full documentation: https://readivo.app/docs
Readivo.app homepage: https://readivo.app
Readivo account: https://app.readivo.app/register
Usage
Manual insertion:
– Add [readivo] to the content where you want the player.
Automatic insertion:
– Enable “Automatically insert a player into each article” in Settings -> Readivo.
– Choose position (top/bottom) and post types.
Per-post control:
– Use the “Readivo” metabox in the editor (Automatically / Show player / Hide player).
External services
This plugin loads an external JavaScript embed script from:
https://cdn.readivo.app/dist/v1/embed.min.js
The script renders the Readivo audio player and loads the player endpoint:
https://cdn.readivo.app/player/
What the service is used for:
Readivo converts article text into audio and provides an audio player that can play the generated audio on the website.
What data is sent:
When audio generation is triggered, the following data may be sent to the Readivo API:
– page title
– page URL
– a stable custom identifier (post ID based identifier)
– optionally extracted article text for audio generation
When data is sent:
No data is sent to the Readivo API when the page loads.
Data is sent only when a visitor starts audio playback and the audio for the article needs to be generated.
Service provider: https://readivo.app
Terms of service: https://readivo.app/legal/terms
Privacy policy: https://readivo.app/legal/privacy
Features
• Convert articles to audio using text-to-speech
• Lightweight frontend player
• Manual insertion using shortcode [readivo]
• Automatic insertion into posts and pages
• Per-post visibility control via editor metabox
• Does not modify stored post content
• Works with standard WordPress themes