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
这个插件是可用的下载,适用于您的站点。