How To Use

  • Download RectoRead Plugin, it contains two files:
    rectoread.js
    mootools.js *

  • Copy the contents of the RectoRead_Plugin.zip file somewhere in your server, "plugins" for example.

  • Include those two lines in the header of your page:
    <script type="text/javascript" src="MOOTOOLS_PATH/mootools.js"></script>
    <script type="text/javascript" src="RECTOREAD_PATH/rectoread.js"></script>
    MOOTOOLS_PATH is the relative path of the folder that contains "mootools 1.2" javascript file on your site,
    RECTOREAD_PATH is the relative path of the folder where you have uploaded "rectoread.js" on your site.

  • That's all, now when you launch your page you should see a small rectangle on the top left corner.
    To activate RectoRead, click on that rectangle.


    • * If you already use mootools 1.2 on your website, you don't need to upload it again, yours is enough).