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>
See full integration guide

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;
See detailed CSP guide

Quick Start

  1. Add the widget script to your website
    Copy the script tag and paste it into your HTML file, either in the head or before the closing body tag.
  2. Configure the widget attributes
    Update the script tag with your organization ID and widget token from your dashboard.
  3. Customize appearance (optional)
    Use additional attributes like now-data-theme, now-data-position, and now-data-button-color to match your site's design.
  4. Deploy and test
    After 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.