Adding the WebSprinter Embedded

What is the WebSprinter Embedded?

A javascript bundle that you can add to your HTML page via the HEAD tags. This allows you to offer your users the ability to have texts read out loud provided they have a SprintPlus.online account.

How do you integrate the WebSprinter Embedded?

You can find the latest version of WebSprinter Embedded at https://sprintplus.online/websprinterembedded/latest/app.js.
You can add it to your website by modifying the HTML page and more specifically the HEAD tags.
Within these HEAD tags <head></head>, place the following line of code:

<script type=‘module’ crossorigin=‘’ src=‘https://sprintplus.online/websprinterembedded/latest/app.js’></script>

That’s all you need to do. The WebSprinter will load on its own when you refresh your page. Now your users can access the WebSprinter with their SprintPlus.online account on your website!

Versions

With the link above, you will always have access to the latest version. If you still prefer to keep a version you are familiar with, you can choose that by adjusting the link. There are currently the following versions:
https://sprintplus.online/websprinterembedded/latest/app.js
https://sprintplus.online/websprinterembedded/1.0.3/app.js
https://sprintplus.online/websprinterembedded/1.0.0/app.js