You can add and manage websites in the main SuperBuzz dashboard. You should add at least one website
To get started with SuperBuzz, follow this step-by-step guide based on your website type: WordPress, Shopify, or Other (custom websites like HTML, React, etc).
You should add at least one website in order to activate our product. Websites added to the dashboard should be owned by you or your company in order to perform SuperBuzz's SDK integration.
________________________________________________________________________________________________________________
Step 1: Add Your Website in the SuperBuzz Dashboard
-
Log in to your SuperBuzz account: https://app.superbuzz.io
- From the main dashboard, click “Add New Website” in the top right corner of the page.
- A 3-step wizard will open. Fill in your:
- Website Domain name (e.g., https://yourdomain.com)
- Category (The type of website, A Blog, Ecommerce, Saas, Media/News etc…).
- Select your website platform: WordPress, Shopify, or Other.
- A brief description of your site
- Click Save and Continue.
________________________________________________________________________________________________________________
Step 2: SDK Integration (Based on Platform)
After saving and continuing to step 2, you will see the integration instructions based on the website platform you have chosen for your website.
A. WordPress Integration
If you are using Wordpress the following guide will show you how to integrate Superbuzz’s SDK to your wordpress site.
-
- Download, Install and activate SuperBuzz plugin for WordPress
2. Go to your WordPress admin panel > Plugins > Add New > Upload Plugin.
3. Upload the SuperBuzz plugin zip file and click Install Now.
4. After activation, go to the SuperBuzz plugin settings page and enter your App ID provided by SuperBuzz.
5. Reload your site. You should now see a push notification prompt on the homepage.
________________________________________________________________________________________________________________
B. Shopify Integration
- If you selected Shopify, click the install link:
https://apps.shopify.com/superbuzz
- Follow the instructions to install the app in your Shopify store.
- Once installed, log in to the SuperBuzz dashboard from within Shopify and complete the activation.
________________________________________________________________________________________________________________
C. Other Platforms (Custom Websites)
- If your site is not WordPress or Shopify, you’ll need to manually integrate the SDK.
- From the integration instructions, download the SDK file provided by SuperBuzz.
- Upload the SDK file to the root folder of your website (where your main index.html or homepage file lives).
Copy the code snippet provided in the dashboard and paste it into the <head> section of your website's HTML.
Example:
html
CopyEdit
<script src="/superbuzz-sdk.js"></script>
<script>
window.superbuzzSettings = {
appId: "your-app-id"
};
</script>
- Save the changes and redeploy or publish your site if needed.
________________________________________________________________________________________________________________
Step 3: Verify the Installation
- Go back to the SuperBuzz dashboard and click the "Verify Installation" button.
- If the SDK is installed correctly, you’ll see the status change to:
“Learning and acquiring users”.
- If the status still shows "Waiting for integration", try refreshing the page or rechecking your code.
______________________________________________________________________________________________________________
Step 4: Set Up Push Notification Settings
- After successful verification, you’ll be prompted to configure your push notification settings.
- Customize:
- Your welcome prompt text
- And you Permission preloaders prompt
- Click Finish Setup when done.
________________________________________________________________________________________________________________
All Set!
You’re now live with SuperBuzz! Visitors will begin receiving push notifications once they opt in.
- You can always return to change settings from the dashboard by selecting your website
- New status in the dashboard: “Learning and acquiring users” confirms everything is working.
________________________________________________________________________________________________________________
Need Help?
If you encounter any issues, email us at support@superbuzz.io.