Title: WP Speech Contents
Author: shin1kt
Published: <strong>September 13, 2017</strong>
Last modified: September 13, 2017

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/wp-speech-contents/assets/icon-256x256.png?rev=1729073)

# WP Speech Contents

 By [shin1kt](https://profiles.wordpress.org/kt_shin1/)

[Download](https://downloads.wordpress.org/plugin/wp-speech-contents.0.3.2.zip)

 * [Details](https://wordpress.org/plugins/wp-speech-contents/#description)
 * [Reviews](https://wordpress.org/plugins/wp-speech-contents/#reviews)
 *  [Installation](https://wordpress.org/plugins/wp-speech-contents/#installation)
 * [Development](https://wordpress.org/plugins/wp-speech-contents/#developers)

 [Support](https://wordpress.org/support/plugin/wp-speech-contents/)

## Description

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

[Web Speech API Browser compatibility.](https://developer.mozilla.org/ja/docs/Web/API/Web_Speech_API)

#### 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';
    });
    ```

## Installation

 1. Upload the `wp-speech-contents` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the Plugins menu in WordPress.

## FAQ

  Installation Instructions

 1. Upload the `wp-speech-contents` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the Plugins menu in WordPress.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“WP Speech Contents” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ shin1kt ](https://profiles.wordpress.org/kt_shin1/)

[Translate “WP Speech Contents” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-speech-contents)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-speech-contents/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-speech-contents/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-speech-contents/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-speech-contents/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.3.2

 * Bug fix : Not stop when reloading the page.

#### 0.3.1

 * Added filter hook which can change language.

#### 0.3

 * Added filter hook which can change content.

#### 0.2

 * Added filter hook which can change position.

#### 0.1

 * first release.

## Meta

 *  Version **0.3.2**
 *  Last updated **9 years ago**
 *  Active installations **30+**
 *  WordPress version ** 4.8 or higher **
 *  Tested up to **4.8.28**
 * Tag
 * [WebSpeechAPI](https://wordpress.org/plugins/tags/webspeechapi/)
 *  [Advanced View](https://wordpress.org/plugins/wp-speech-contents/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-speech-contents/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-speech-contents/reviews/)

## Contributors

 *   [ shin1kt ](https://profiles.wordpress.org/kt_shin1/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-speech-contents/)