Title: WP Speech Contents
Author: shin1kt
Published: <strong>सप्टेंबर 13, 2017</strong>
Last modified: सप्टेंबर 13, 2017

---

प्लगइन शोधा

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

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

# WP Speech Contents

 [shin1kt](https://profiles.wordpress.org/kt_shin1/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/wp-speech-contents.0.3.2.zip)

 * [तपशील](https://mr.wordpress.org/plugins/wp-speech-contents/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/wp-speech-contents/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/wp-speech-contents/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/wp-speech-contents/#developers)

 [समर्थन](https://wordpress.org/support/plugin/wp-speech-contents/)

## वर्णन

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

## स्थापना

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

## नेहमी विचारले जाणारे प्रश्न

  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.

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“WP Speech Contents” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत
योगदान केले आहे.

योगदानकर्ते

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

[भाषांतर करा “WP Speech Contents” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/wp-speech-contents)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/wp-speech-contents/),
[SVN संग्रहालय](https://plugins.svn.wordpress.org/wp-speech-contents/) तपासा, किंवा
[विकास लॉग](https://plugins.trac.wordpress.org/log/wp-speech-contents/) च्या [RSS](https://plugins.trac.wordpress.org/log/wp-speech-contents/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

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

## मेटा

 *  आवृत्ती **0.3.2**
 *  शेवटचा अद्यतन **9 वर्षे पूर्वी**
 *  सक्रिय स्थापना **30+**
 *  वर्डप्रेस आवृत्ती ** 4.8 किंवा मोठा **
 *  परीक्षित केले आहे **4.8.28**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/wp-speech-contents/)
 * टॅग
 * [WebSpeechAPI](https://mr.wordpress.org/plugins/tags/webspeechapi/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/wp-speech-contents/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

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

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/wp-speech-contents/reviews/)

## योगदानकर्ते

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

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/wp-speech-contents/)