Instaread Audio Player converts your WordPress articles, blog posts, and pages into natural-sounding audio and embeds an audio player on your content. The plugin is provided at no cost to publishers; Instaread operates on an ad-supported model, where revenue is generated through optional audio advertising and shared with the publisher.
The plugin is intended for publishers who want to add an audio version of their text content to improve accessibility and offer an alternative way to consume articles.
The plugin is provided at no cost to publishers. Instaread’s revenue comes from optional audio advertising played within the audio stream; publishers receive a share of that revenue.
After activation, the Instaread menu appears in the WordPress admin sidebar. All settings are managed through a locally-rendered admin interface — no iframes, no external page loads in the admin.
Fill in:
* Website Name — your publication name
* Homepage URL — your site’s root URL (e.g. https://example.com)
* Email Address — for account notifications
.entry-content automatically.article-body) and choose above or belowClick Submit for Approval. You will be taken to a confirmation screen that shows:
* Your submission status (pending accepted)
* The ads.txt content you must add to your domain
Instaread requires ads.txt entries to serve audio ads. Add the provided lines to your domain’s /ads.txt file. You can:
* Edit the file manually at https://yourdomain.com/ads.txt
* Use the free Ads.txt Manager WordPress plugin (recommended)
The confirmation screen shows a live verification indicator — green when detected correctly.
Once Instaread verifies your ads.txt and approves your site, audio generation begins automatically. New posts are converted within minutes of publishing. Your full archive is also converted at no additional cost.
Approval typically happens within a few hours of submission. After approval, additional settings pages unlock in the admin sidebar:
* Voice Selection — change or add voices
* Audio Player — update player design and colors
* Position — change player placement
* Manage Posts — include/exclude posts by date or category
* Pronunciation — add custom pronunciations for brand names or proper nouns
* Ads — view and copy your ads.txt configuration
* Analytics — view listener metrics (plays, duration, geography)
The plugin has two distinct phases: before approval (configuration only) and after approval (player active on posts).
To test the admin interface:
To test with a live account:
Note for reviewers: The player widget is injected on posts immediately after activation — you will see it on the front end right away showing “Audio coming soon”. Audio generation requires a one-time Instaread approval (to prevent abuse of TTS resources). The admin UI, player preview, voice previews, and all settings pages are fully functional without approval.
Instaread Audio Player connects to external services operated by Instaread (https://instaread.co).
By installing this plugin, you agree to the Instaread Terms of Service and Privacy Policy.
This plugin connects to Instaread’s external audio service. Instaread’s hosted service performs article-to-audio processing, audio hosting, player delivery, ad serving, analytics, and revenue-share reporting. These functions are not performed locally by the WordPress plugin.
When enabled by the site administrator, the plugin may send article URLs, article text, site domain, and basic playback/ad event data to Instaread for the purpose of generating audio, serving the audio player, measuring usage, and supporting ad monetization.
Use of the Instaread service is subject to Instaread’s Terms of Use (https://instaread.co/terms).
Purpose: Plugin registration, hourly settings sync, activation/deactivation/deletion lifecycle signals, and voice metadata lookups (name, gender, accent) for voices selected by the site administrator.
Data sent: Site publication identifier, website URL, and (for voice lookups) the voice identifier the administrator selected. No reader, author, or post content is sent to this endpoint.
Terms of Service: https://instaread.co/terms
Privacy Policy: https://instaread.co/privacy
Purpose: Submits article content for text-to-speech conversion each time a published post is saved.
Data sent: Article title, author, publication date, body content (plain text), article URL, featured image URL, and your site’s publication identifier.
Terms of Service: https://instaread.co/terms
Privacy Policy: https://instaread.co/privacy
Purpose: Delivers the Instaread audio player JavaScript as part of the Instaread service. This
is not an offloaded static asset — it is a per-publisher service bundle generated and maintained
server-side by Instaread. It cannot be included inside the plugin ZIP because:
This is the same model used by services such as Disqus, Wistia, and Mailchimp, which deliver
account-specific JavaScript bundles from their own servers. Instaread operates as a managed
text-to-speech and audio monetisation service; the JavaScript delivery is an integral part of
that service, not a convenience offload.
No personal user data is transmitted to this endpoint.
Amazon Web Services Privacy Policy: https://aws.amazon.com/privacy/
Instaread does not use your content to train AI models. You retain all intellectual property rights.
See https://instaread.co/privacy for full details.
The admin dashboard is a React (TypeScript) application compiled with Vite. To comply with the WordPress.org plugin directory’s human-readable code requirement, the full unminified source is included in this distribution alongside the compiled bundle:
To rebuild the bundle from source:
cd react-app && npm install && npm run build
This regenerates react-app/dist/ with the same compiler settings used to ship the distribution (Vite + esbuild minification, console/debugger stripped).