by Adam Greenwell
0 (0 reviews)
ListenUp
Add "read this to me" functionality to your WordPress posts using Murf.ai text-to-speech technology.
Compatible with WP 6.9.4
v1.5.132
Current Version v1.5.132
Updated 1 month ago
Last Update on 22 Feb, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#57,075
—
No change
Active Installs
0+
-100%
KW Avg Position
72.5
—
No change
Downloads
282
+3 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 10
0+
10+
16,297
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 10 more installs to reach 10+
Rank Changes
Current
#57,075
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| tts | 42 | — | Tag | 1 month ago |
| text to speech | 103 | — | Tag | 1 month ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.5.132
- Last Updated
- Feb 22, 2026
- Requires WP
- 5.8+
- Tested Up To
- 6.9.4
- PHP Version
- 7.4 or higher
- Author
- Adam Greenwell
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,708
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#955
404 to 301 – Redirect, Log and Notify 404 Errors
100K+ installs
#336
Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades
100K+ installs
#354
Auto Image Attributes From Filename With Bulk Updater (Add Alt Text, Image Title For Image SEO)
100K+ installs
#430
Frequently Asked Questions
Common questions about ListenUp
Yes, you'll need a Murf.ai account and API key to use this plugin. You can sign up at Murf.ai and get your API key from your dashboard.
Murf.ai offers various pricing plans. Check their website for current pricing information.
Yes, but you'll need separate API keys for each site or ensure your Murf.ai plan supports multiple domains.
The plugin generates WAV audio files, which provide high-quality audio output and are compatible with all modern browsers and devices. WAV format ensures maximum compatibility across all platforms and devices.
Yes, the plugin includes CSS classes that you can customize in your theme's stylesheet.
For posts that exceed Murf.ai's API character limits, the plugin automatically breaks the content into smaller chunks. Each chunk is processed separately and saved as individual audio files. The frontend player seamlessly plays all chunks in sequence, and when users download the audio, all chunks are automatically concatenated into a single WAV file for maximum compatibility.
ListenUp serves all audio files through a secure PHP proxy instead of allowing direct file access. Each audio URL includes a WordPress nonce for authentication, preventing unauthorized access and hotlinking. The system supports HTTP range requests for smooth audio seeking and includes proper caching headers for performance. This protection works automatically without requiring any server configuration.
Yes! For additional security, you can configure your web server to block direct access to the audio directory. Here are example configurations: For Apache (.htaccess): Add this to /wp-content/uploads/listenup-audio/.htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [F,L] </IfModule> For Nginx: Add this to your server block configuration: location ~* ^/wp-content/uploads/listenup-audio/ { return 403; } After implementing server-level blocks, audio will still play normally through the WordPress player because the plugin reads files directly from the filesystem, bypassing the web server's URL routing entirely.