Skip to main content
Version: 1.0.2

Initialize

Include the Reecall.js script on each page of your site—it should always be loaded directly from our url, rather than included in a bundle or hosted yourself.

<script src="https://widgets.reecall.com/v1/"></script>
info

Widgets will be released soon.

Asynchronous and deferred loading of Reecall.js

You can load Reecall.js using the async or defer attribute on the script tag. Note, however, that with asynchronous loading any API calls will have to be made only after the script execution has finished.