Let’s integrate SuperBuzz SDK on your website:
2. Add your website
2. Download SDK Files
3. Implement SDK Files
Unzip the SuperBuzz SDK files and upload them to the top-level root of your site directory, making them publicly accessible. You should have two files:
https://www.yoursite.com/SuperBuzzSDK.js
https://www.yoursite.com/SuperBuzzSDKWorker.js
4. Add code to your website in the <head> section
This is the code:
<script src=”SuperBuzzSDKWorker.js” async=”async”></script>
<script src=”SuperBuzzSDK.js” async=”async”></script>