PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. WebSpeechAPI
  4. WP Speech Contents
WP Speech Contents icon

WP Speech Contents

Displays a button to speech the content.

By shin1kt·WebSpeechAPI·Free
00
·30 active installs·Updated 8 years ago
DownloadVisit HomepageCompare

As of April 2026, WP Speech Contents is a WordPress WebSpeechAPI plugin with 30 active installations and a 0/5 rating0. It has been downloaded 1.4K+ times in total. Requires WordPress 4.8+ and PHP false+. Available on WordPress.org since 2017. Last updated 8 years ago — may have compatibility concerns. Top alternative: WebSpeechAPI for WP.

0/5Rating
30active installs
1.4K+total downloads
9 yearssince 2017

Overview

Displays a button to speech the content.
Single page only
Web Speech API compatible browser only

Web Speech API Browser compatibility.

Example

You can change the display position with a filter hook.

add_filter( 'wp-speech-contents_mode', function () {
    return 'bottom'; // top or bottom
});

You can change the content to be read out with the filter hook.

add_filter( 'wp-speech-contents_content', function ( $content ) {
    $content = preg_replace('/\pS/u','',$content); // Delete symbols etc.
    $content = 'Speech starts!.'.$content; // First "Speech starts!"
    return $content;
});

You can Setting the language to be read out with the filter hook.

add_filter( 'wp-speech-contents_language', function ( ) {
    return 'ja-JP';
});
Read full description on WordPress.org

Ratings & Reviews

00 reviews
5 ★
0
4 ★
0
3 ★
0
2 ★
0
1 ★
0

Compatibility

WordPress4.8+ requiredTested up to 4.8.28
PHPfalse+ required

Top Alternatives to WP Speech Contents

WebSpeechAPI for WP icon
WebSpeechAPI for WP
040 installsUpdated 7 years ago
ViewCompare
View all WebSpeechAPI plugins →

Frequently Asked Questions

Changelog

0.3.2

  • Bug fix : Not stop when reloading the page.
View full changelog on WordPress.org

Contributors

shin1ktshin1kt
Plugin Info
Version
0.3.2
Last Updated
Sep 13, 2017
WP Requires
4.8+
Tested Up To
4.8.28
PHP Requires
false+
Active Installs
30
Downloads
1.4K+
Added
Sep 13, 2017
Business
Free

Tags

webspeechapi

Developer

S
shin1kt
2 plugins0.0M+ total installs
View all plugins →

Quick Compare

WP Speech Contents vs WebSpeechAPI for WP→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.