NADENCE // DOCS

Installation

Embedding Nadence into your product is as simple as adding a script tag. The widget automatically inherits your site's font and aesthetic properties.

Step 1: Add the Script

Place this code snippet anywhere in your <body> tag.

<script src="https://uat.nadence.com/embed.js"></script> <button data-nadence-trigger="true">Book Demo</button>

Step 2: Trigger the Flow

Any element with the data-nadence-trigger="true" attribute will launch the authentication and booking workflow.

<!-- Example Custom Button --> <a href="#" data-nadence-trigger="true" class="my-custom-btn"> Schedule a Call </a>