Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
271 views
in Q2A Core by
I am using this website for converting text to speech but button is not appearing

https://websitevoice.com

I have added the code in head section.

I want to use this website for reading answers.

1 Answer

–1 vote
by
 
Best answer
Hello,

Please add the following line to the pasted script before the closing </script> tag:

wvtag('text-selector', '.qa-post-content');
...