Getting Started with Embedding RAEK into your website
RAEK natively supports a direct website integration into any website, no matter which platform or configuration your website runs on. Each website registered on RAEK has a unique site identifier. Navigate to RAEK's installation page and copy your website unique embed code.
Click here to view website registration instructions.
Sample Embed Code
<!--Start Raek Code-->
<script>
(function(){
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://cdn.raekdata.com/raekapp.min.js';
script.setAttribute('token','yourapitoken');
document.getElementsByTagName('head')[0].appendChild(script);
})();
</script>
<!--End Raek Code-->
A Raek account and API Key is required for API Access
Alternatively, you can embed a script tag directly into the footer of your site.