Delphi Clones can be integrated into your existing ecosystem in many ways. The most common use case is via a website integration. Your Clone can be embedded as both an iframe and a traditional chat bubble that sits in the bottom right-hand corner of your site. Using an iframe allows you to embed the Clone directly into a landing page or standalone page dedicated to your Clone.

To get started, select ‘Add Integration’ at the top right of the page. Within the ‘Customize’ tab, you can adjust the visual appearance within your iframe or chat bubble.

The ‘Integrate’ tab stores all the code snippets needed to embed the Clone. Ensure that your website is added as an ‘Allowed Website’ at the top of the page. Otherwise, it will not work. If you are embedding it within an iPhone app, there is an additional snippet of code required. At the bottom of the tab, you can assign your Clone talk page a custom domain. Finally, the ‘Settings’ tab enables you to make any experience adjustments to the embed. Toggle on/off email capture, display suggested questions, and set the widget to auto-open when in use.

Kajabi

First, please add https://app.kajabi.com and the actual domain of your kajabi course to your allowed websites list.

To add your clone to your module, paste the iframe code into the source code text area.

To add a chat widget in the bottom right of your entire course, enter the widget script in Page Scripts under Site Details.

Wix

Due to limitations put forth by Wix, you will not be able to embed your clone to your Wix site if you are not subscribed to a Wix premium subscription.

To begin embedding your clone please navigate to your Wix studio editor and enable Dev Mode.

Next, navigate to the add Element button and add a custom element to your Wix site and place it where you will like your clone chat to appear.

Select the Custom Element you’ve just placed and click on Choose Source and select Velo File. Underneath Create a new file, Wix should generate a file called wix-default-custom-element.js. Be sure to set the Tag name to delphi-element.

The previous step should open the file in a text editor at the bottom of your screen under the file we just created. Remove all the existing code inside the file and replace it with the code below.

Once you’ve pasted the code you should see the following in your Wix Editor. The error message you’re seeing is expected and if you’ve added your domain as an allowed domain on Delphi, you can ignore it. Publish your site and you’re good to go!