Documentation
Everything you need to know about integrating and configuring NowNowNow in your application.
Integration Guide
Learn how to add the NowNowNow widget to your website
Follow these simple steps to integrate NowNowNow into your website or app. Our widget works with any framework or static site.
<script
defer
src="https://widget.nownownow.io/now-widget.js"
now-data-org-id="YOUR_ORGANIZATION_ID"
now-data-token="YOUR_WIDGET_TOKEN">
</script>
CSP Configuration
Configure Content Security Policy for the widget
If your site uses CSP (Content Security Policy), you'll need to configure it to allow the NowNowNow widget to load correctly.
Content-Security-Policy:
script-src 'self' https://widget.nownownow.io;
connect-src 'self' https://www.nownownow.io;
Quick Start
- Add the widget script to your websiteCopy the script tag and paste it into your HTML file, either in the head or before the closing body tag.
- Configure the widget attributesUpdate the script tag with your organization ID and widget token from your dashboard.
- Customize appearance (optional)Use additional attributes like now-data-theme, now-data-position, and now-data-button-color to match your site's design.
- Deploy and testAfter deploying, verify the widget appears and functions correctly on your site.
Need help with implementation?
Our support team is ready to assist you with any questions.