How do I do to get more than one button per page?
If more than one button is needed on a page, duplicate the button code. For each button there are entities that has to be unique.
- Modify the
<div id="readspeaker_button1" class="rs_skip rsbtn rs_preserve">
to
<div id="readspeaker_button2" class="rs_skip rsbtn rs_preserve">
- Modify the parameter &readid=[READID] for each button where [READID] is the id of a DIV that you want to be read.