我想启用这个插件https://responsivevoice.com/wordpress-text-to-speech-plugin/作为默认的每一篇文章的正文在我的wordpress网站。
我需要编辑我的文章模板,最终结果应该是
[responsivevoice voice="UK English Female" buttontext="Listen to this"] The body article [/responsivevoice]你有什么提示吗?谢谢!
发布于 2018-09-04 13:16:36
根据您发布的链接,只需使用短代码[responsivevoice_button]就可以添加一个按钮,该按钮可以显示所有内容。您不应该需要用一个短代码包装它。
他们的例子(强调我的):
将此短代码添加到您的页面或帖子中,以表示整个页面的反应式_按钮voice=“英国女性”buttontext=听“帖子”
https://wordpress.stackexchange.com/questions/313290
复制相似问题