Code Snippet
Add this code snippet to your website to start seeing your matches.
Add this code snippet to the "Header" section of your website.
<script>
window.__SL_API_ORIGIN = "https://app.dialogue-ai.co";
</script>
<script src="https://app.dialogue-ai.co/admin-script/admin-script.js"></script>
<script>
if (window.__SL_adminScript && typeof window.__SL_adminScript.init === "function") {
window.__SL_adminScript.init({
providerId: [YOUR_PROVIDER_ID],
});
}
</script>Ask the Dialogue team for [YOUR_PROVIDER_ID].
Last updated