Integrating FlakeMails Onsite Messaging onto your website is easy, you just need to add the following code into your website, preferably just before the body tag ends (</body>).
<!-- FlakeMails Onsite Messaging --> <script type="text/javascript"> (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = "https://cdn.flakemails.com/inweb_00000000000000000000000000000000.js"; s.parentNode.insertBefore(g, s); }(document, "script")); </script> <!-- End FlakeMails Onsite Messaging -->
Integrating Push Notification into your website is easy, since you have HTTPS enabled on your website, you just need to follow these 2 steps:
Upload the following file into the website root (domain.com/sw.js). The website root is generally public_html or html folders on your web server. (required)
Files: sw.js
Insert this code into your website (domain.com), preferably just before the head tag ends.
<!-- FlakeMails Push Notification --> <script type="text/javascript"> (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = "https://cdn.flakemails.com/integrate_00000000000000000000000000000000.js"; s.parentNode.insertBefore(g, s); }(document, "script")); </script> <!-- End FlakeMails Push Notification -->
We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from. By clicking on the button you accept our cookie policy.