Embedding Nadence into your product is as simple as adding a script tag. The widget automatically inherits your site's font and aesthetic properties.
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>
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>