plugin-icon

WP Speech Contents

제작자: shin1kt·
Displays a button to speech the content.
버전
0.3.2
활성화된 설치 항목
30
최근 업데이트일
Sep 13, 2017

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

Web Speech API Browser compatibility.

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'; });
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 4.8.27
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.