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

---

Meklēt spraudņus

Šī spraudnis **nav atjaunināts vairāk kā divus gadus**. Varbūt, tas vairs netiek
uzturēts, nesaņemt atbalstu un tam var būt saderības problēmas ar jaunākām WordPress
versijām.

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

# WP Speech Contents

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

[Lejupielādēt](https://downloads.wordpress.org/plugin/wp-speech-contents.0.3.2.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/wp-speech-contents/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/wp-speech-contents/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/wp-speech-contents/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/wp-speech-contents/#developers)

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

## Apraksts

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

## Uzstādīšana

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

## BUJ

  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.

## Atsauksmes

Par šo spraudni nav atsauksmju.

## Autori un izstrādātāji

“WP Speech Contents” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši
šādi cilvēki.

Līdzdalībnieki

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

[Tulkot “WP Speech Contents&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/wp-speech-contents)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/wp-speech-contents/),
apmeklējiet[ SVN krātuvi ](https://plugins.svn.wordpress.org/wp-speech-contents/)
vai abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/wp-speech-contents/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/wp-speech-contents/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

#### 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

 *  Versija **0.3.2**
 *  Pēdējo reizi atjaunots: **pirms 9 gadiem**
 *  Aktīvās instalācijas: **30+**
 *  WordPress versija ** 4.8 vai jaunāka **
 *  Pārbaudīts līdz: **4.8.29**
 *  Valoda
 * [English (US)](https://wordpress.org/plugins/wp-speech-contents/)
 * Birka:
 * [WebSpeechAPI](https://lv.wordpress.org/plugins/tags/webspeechapi/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/wp-speech-contents/advanced/)

## Vērtējumi

Vēl nav iesniegta neviena atsauksme.

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

[Skatīt visas atsauksmes](https://wordpress.org/support/plugin/wp-speech-contents/reviews/)

## Līdzdalībnieki

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

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/wp-speech-contents/)