WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: spoken-word (Used by 14 domains)

Spoken Word

πŸ‘€ Weston Ruter πŸ“¦ v1.0.1 πŸ”— Plugin Homepage

Add text-to-speech (TTS) to content, with playback controls, read-along highlighting, multi-lingual support, and settings for rate, pitch, and voice.

  • Uses local text-to-speech engine in user’s browser. Directly interfaces with the speechSynthesis browser API. Zero external requests or dependencies.
  • Words are selected/highlighted as they are being spoken to allow you to read along.
  • Skips speaking elements that should not be read, including footnote superscripts (the sup element).
  • Pauses of different length added are between headings versus paragraphs.
  • Controls remain in view during playback, with each the current text being spoken persistently being scrolled into view. (Requires browser support for position:sticky.)
  • Back/forward controls allow you to skip to the next paragraph; when not speaking, the next paragraph to read will be selected entirely.
  • Select text to read from that point; click on text during speech to immediately change position.
  • Multi-lingual support, allowing embedded text with [lang] attribute to be spoken by the appropriate voice (assuming the user has it installed).
  • Settings for changing the default voice (for each language), along with settings for the rate of speech and its pitch. (Not supported by all engines.) Changes can be made while speaking.
  • Hit escape to pause during playback.
  • Voice preferences are persistently stored in localStorage, with changes synced across windows (of a given site).
  • Ability to use JS in standalone manner (such as in bookmarklet).
  • Known to work in the latest desktop versions of Chrome, Firefox, and Safari. (Tested on OSX.) It does not work reliably in mobile/touch browsers on Android or iOS, apparently due both to the (still experimental) speechSynthesis API not being implemented well enough on those systems and/or programmatic range selection does not work the same way as on desktop. For these reasons, the functionality is disabled by default on mobile operating systems.

Try it out on standalone example with some test content.

Theme Config

The settings for Spoken Word are presented in an HTML5 dialog element. For browsers that do not yet support this feature, the plugin bundles the dialog-polyfill. The polyfill is only included if it is detected the browser does not support dialog natively. The inclusion of the polyfill can be disabled by adding the following to your theme or plugin:

add_filter( 'spoken_word_include_dialog_polyfill', '__return_false' );

For themes that have a sticky header (such as the nav menu in Twenty Seventeen) you may need to add some additional CSS to ensure that the sticky-positioned playback controls do not get hidden behind the sticky header. For example in Twenty Seventeen, you can add the following to the Custom CSS in the Customizer:

@media screen and (min-width: 782px) {
    body:not(.admin-bar) .spoken-word--active {
        top: calc( 0.5em + 70px );
    }
    body.admin-bar .spoken-word--active {
        top: calc( 0.5em + 32px + 70px );
    }
}

Internals

A bookmarklet can be used to load the Spoken Word functionality into any site, even non-WordPress sites where the plugin is not installed. The key is to use the appropriate contentSelector:

( () => {
    const link = document.createElement( 'link' );
    link.rel = 'stylesheet';
    link.href = 'https://unpkg.com/spoken-word/css/style.css';
    document.head.appendChild( link );

    const script = document.createElement( 'script' );
    script.src = 'https://unpkg.com/spoken-word/dist/spoken-word.js';
    script.addEventListener( 'load', () => {
        spokenWord.initialize( {
            contentSelector: [ /* πŸ‘ˆ Amend as desired. */
                '.hentry',
                '.entry-content',
                '.h-entry',
                '.e-content',
                '[itemprop="articleBody"]',
            ].join( ', ' )
        } );
    } );
    document.head.appendChild( script );
} )();

The spokenWord.initialize() function takes an object as its argument which can have the following properties:

 * @param {string}  contentSelector         - CSS Selector to find the elements for speaking.
 * @param {Element} rootElement             - Root element within which to look for content.
 * @param {Object}  chunkifyOptions         - Options passed into chunkify.
 * @param {boolean} useDashicons            - Whether to use Dashicons.
 * @param {Object}  defaultUtteranceOptions - Default utterance options when none are supplied from localStorage.

The dialog and the controls are rendered using Preact. For a list of all the modules used by this plugin, see the package.json.

This plugin is developed on GitHub where the source can be viewed. Please report issues there. Pull requests welcome. The spoken-word package is also published on npm.

DomainExposuresHeadersLast Checked
c*m*v*p.com (WP 6.8.3) βœ… F 2026-05-29 05:21:28
b*b*i*t*c*.u*m*c*a*a.e*u.ec (WP 4.7.29) ⚠️ A 2026-05-28 18:08:21
c*m*i*c*u*i*a.org βœ… F 2026-05-22 04:24:06
r*g*t*4*h*l*r*n.o*g.uk βœ… D 2026-05-19 19:15:19
r*d*u*i*a*e*e*l*n.org (WP 6.4.8) ⚠️ F 2026-05-18 13:09:07
e*p*4*.fr βœ… F 2026-05-17 03:34:09
a*s*n*u.de βœ… F 2026-05-16 23:17:41
c*g*7.fr βœ… F 2026-05-16 16:46:33
g*b*e*n*m*x*c*n*.com (WP 6.9.4) βœ… F 2026-05-12 04:41:02
g*p*i*i*a*s*l*t*o*s.com (WP 6.9.4) βœ… F 2026-05-12 03:45:57
c*n*a*o*s*c*a*.com βœ… D 2026-05-08 01:36:22
a*t*n*c*n*r*.com βœ… F 2026-05-07 13:22:46
p*a*e*z*o.pl (WP 6.8.2) βœ… F 2026-05-03 12:07:21
b*o*.k*t*a*t*k*.com (WP 6.3.8) ⚠️ F 2026-04-25 23:55:24

Top 50 Plugins

Plugin Count
elementor 1,753,286
contact-form-7 1,725,941
elementor-pro 1,022,645
woocommerce 799,108
revslider 605,660
jetpack 458,874
js_composer 423,115
wp-rocket 325,035
essential-addons-for-elementor-lite 281,917
gravityforms 258,070
complianz-gdpr 246,426
cookie-law-info 223,722
instagram-feed 223,328
google-site-kit 215,826
sitepress-multilingual-cms 215,523
google-analytics-for-wordpress 210,585
header-footer-elementor 206,002
elementskit-lite 197,989
bluehost-wordpress-plugin 189,451
gutenberg 158,109
cookie-notice 145,261
gutenberg-core 140,910
wpforms-lite 128,362
the-events-calendar 127,769
litespeed-cache 125,636
gtranslate 124,171
astra-sites 119,111
popup-maker 113,782
woocommerce-payments 111,199
tablepress 104,146
honeypot 94,555
astra-addon 93,139
coblocks 92,782
all-in-one-seo-pack 92,110
wp-smushit 91,541
duracelltomi-google-tag-manager 90,776
LayerSlider 89,959
bb-plugin 89,435
premium-addons-for-elementor 84,938
akismet 84,564
megamenu 83,486
cleantalk-spam-protect 82,645
mailchimp-for-wp 82,181
woocommerce-gateway-stripe 81,317
fusion-builder 77,927
ml-slider 77,814
ewww-image-optimizer 76,939
formidable 76,860
wp-pagenavi 75,992
borlabs-cookie 75,792

Top 50 Themes

Theme Count
hello-elementor 599,214
Divi 501,099
astra 415,997
flatsome 124,519
Avada 121,809
generatepress 116,101
pub 97,501
oceanwp 81,382
kadence 76,041
enfold 70,095
salient 65,661
twentyseventeen 54,791
bb-theme 54,413
twentytwentyfour 53,251
cocoon-master 51,784
betheme 50,551
h4 49,888
blocksy 49,059
dt-the7 44,839
twentytwentyfive 42,661
neve 38,235
Avada-Child-Theme 36,845
gox 32,788
bridge 32,401
woodmart 32,012
twentytwentyone 31,855
lightning 30,682
twentytwenty 29,492
swell 28,196
Impreza 25,613
bricks 25,232
twentytwentythree 23,887
Newspaper 22,648
twentytwentytwo 19,909
epik-redesign 19,309
uncode 18,583
sydney 18,524
twentysixteen 17,774
pro 17,643
storefront 17,480
voxel 17,024
extendable 14,952
Total 14,349
kubio 14,034
yith-wonder 13,980
hello-theme-child-master 12,925
themify-ultra 12,780
factory-templates-4 12,615
yootheme 12,539
hestia 12,439