Say It!

Plugin Banner

Say It!

by dadipaq

Download
Description

Say It! allows you to easily turn parts of your WordPress articles into audio speech.
The plugin is using modern HTML5 Speech Synthesis and doesn’t require any subscriptions or service, install it, enjoy it!

Once installed, you just need to wrap any content between [sayit] shortcode. Once done, your users can simply click on the text to make it speak.

Want better quality ? Say It! now offers Google Cloud TTS and Amazon Polly compatibility !

Parameters (for HTML5 Speech)

  • lang – Use a language different from the default one
  • speed – speed of speech (recommanded between 0.5 and 1.5)
  • block – set to “1” to make it work on multiple paragraphs at once

Parameters (for Google TTS)

  • lang – Use a language different from the default one
  • block – set to “1” to make it work on multiple paragraphs at once

Parameters (for Amazon Polly)

  • block – set to “1” to make it work on multiple paragraphs at once

Exemple

[sayit block=”1″ lang=”en-GB” speed=”1″]
Hello I am the queen
And I talk for two paragraphs long
[/sayit]

  1. Download It
  2. Install It
  3. Activate It
  4. use [sayit] shortcode
  5. Say It!
How much does it cost ?

It cost a five star Review, just kiding, it’s free.
Note : If you use the Google TTS, you’ll need to give your banking informations to Google and you can be charged if you use it a lot, however SayIt! is using a smart caching system, so it request Google only for new voice Generation.

Can I mix language ?

Yes you can ! In the settings, you choose the default language to use but you can pass parameter in the shortcodes like so [sayit lang=”fr-FR”]Bonjour[/sayit]
Note that you can’t mix language yet if you are using Google TTS.

Do you collect any data?

No, coding something to collect data is kind of complicated, no time for that.

How to stop playback?

By chaank on April 26, 2023

This plugin is nice and quite easy to use. I managed to make myself a button with some code:

<span class="sayit" data-say-content="This is the text that will be read" data-speed="1" data-lang="en-GB">Read me</span>

The only thing that's missing imho would be a possibility to stop the playback.

Nice text to speech plugin!

By Tunn (iuriem) on September 13, 2022

After testing a few other TTS plugins, I chose to use Say It! Except for a small issue with the voice speed setting from shortcode, which I hope will be fixed, the plugin is very useful!

HTML5 Not working

By mike2972 on January 4, 2022

HTML5 option does not work. Clicking on the say it button does nothing. Ditching this one. It's amazing how much crap plugins are created and posted here. Quality level of wp.org is terrible.

could make it work

By rafi.w on July 23, 2021

To activate either Google or Amazon you have to submit your credit card and you have to pay at some stage if you use it. I could not make the HTML5 work at all.

The best TTS plugin

By Arsalan (sam3000us) on July 8, 2021

I tried so many TTS plugins, this one is the best so far! Please, keep it updated!.

Simple and working

By antohins on February 13, 2021

Hi! thanks for your plugin. I would like to add that it would be great if you, in addition to pronunciation, added the ability to show the translation of a word in another language (make the language selection setting). Thanks!

Great TTS plugin

By Gunivortus on November 21, 2020

After trying out several TTS plugins for WP, my choice became Say It!. Not in the first place while it's a free plugin, but mainly for its options to use either HTML5 browser voices, or Google-TTF or Amazon Polly. Through the shortcodes the plugin is easy to use at a multilingual website and both whole page texts or selected blocks can be marked for read out loud. Last, but certainly not least, the author gave me good and friendly support and updated his plugin also to the current version of WP (5.5.3 while writing this).

Simple yet powerful text to speech plugin!

By withluv2020 on August 29, 2020

For me, Say It! is the best free WordPress TTS plugin out there! Very simple settings, extremely light-weight, visually pleasing UI (love that small red play button), can speak any selected text in your blog post, does the job so well on both desktop and mobile phone. Thanks for making this great plugin! It definitely deserves a 5 star!

SUPER PLAGIN!!!!

By maxim347 on May 31, 2020

Hi dear developper! Your Plugin is really the best tts plagin i have ever seen! I was searching for any tts plugins a long time and i could not find =(. But finally i found your plugin! Thanks a lot. Develop this nice plugin further don't forget it, please! 1000 times thanks

SayIt

By Pitou31 on May 9, 2020

Easy to use. Good and acceptable audio conversion. No speaker selection.

1.0.0

  • First Release

1.1.0

  • Make it work on multiple paragraphs
  • Improved documentation
  • Various Bug fixes

2.0.0

  • Added Google Cloud TTS compatibility
  • Improved stability
  • New admin interface

2.0.1

  • Fix missing google library

2.0.2

  • Fix header ouput on google TTS Error
  • Fallback to HTML5 if Error

2.1.0

  • Improved Google TTS admin area
  • Fixed js console output admin area
  • Handle config error for Google TTS

3.0.0

  • Added Amazon Polly
  • Theme functions
  • Speech pause on window blur

3.0.1

  • Bug Fix

3.0.2

  • Added Possibility to change tooltip text

3.0.3

  • Prevent audio play when click on a link inside sayit shortcode

3.0.4

  • Fix error displayed on footer

3.0.5

  • Added chinese language to html5 & google TTS

3.0.6

  • Fixed a bug when using special character with html5

3.0.7

  • Remove missadded “hello” word

3.0.8

  • Added option to change google language with shortcode

3.0.9

  • Bug fix

4.0.0

  • Refactored code
  • New admin interface
  • Added Gutenberg support

4.0.1

  • Fixed an error due to php DOMDocument
Back to top