======WordPress Script to Add ResponsiveVoice API Custom HTML Widget====== This script can be used to enable your entire WordPress Website to perform text-to-speech by calling the ResponsiveVoice API. It utilizes responsivevoice.js and jquery-2.1.4.min.js. You can modify one line of a function to set the default voice and language. The voice and language will otherwise default to "UK English Female" if not set. In WordPress, it is suggested that you should place the script in a new "HTML" Widget, that is preferably located in your footer widget area. Why? The script is actually supposed to be placed near the bottom of an html page just before the closing tag. Placing the hidden html widget in the footer should ensure that every page (that includes the footer) will have this script available for every article posted on your blog and every static page. Whenever any text is selected/highlighted, for example using your mouse (a mouse-drag) on any page or article, will cause the text to be read/spoken aloud using this text to voice functionality. One problem is that if the text is spoken and it remains selected, then it may be repeated when you click a hyperlink to move to another page or article. **__Here is the script__:**