Lofty Installation
How to install Realty AI code on Lofty CRM
Lofty Specific Code: Before starting this installation, make sure you have received your custom Lofty integration code from the Realty AI team. This code is specifically configured for your Lofty website.
Your code should look similar to below: If not please email admin@realty-ai.com
jsCopyEditlet raiScript = document.createElement("script");
raiScript.setAttribute("src", "https://cdn.realty-ai.com/chat/web_path_var.js");
raiScript.setAttribute("id", "realty_ai");
raiScript.setAttribute("data-realtyaiid", "b7b195cb-xxx-xxxx-xxxx-ff57f06ab5d9");
document.body.appendChild(raiScript);
Step 1: Navigate to “Website”
In your Lofty CMS, go to the Settings tab. On the left-hand sidebar, under Tools, click on "Custom Style & Script".

Step 2: Navigate to “Custom Style & Script”
In your Lofty CMS, go to the Settings tab. On the left-hand sidebar, under Tools, click on "Custom Style & Script".

Step 3: Paste Your Code Snippet
Paste the following script into the Script section.
✅ Click Save at the bottom of the page.
You're All Set!
Your Madison should now be live on your Lofty website. Refresh your website to see it in action!
(Optional) Remove existing Chatbox (if present)
Pro tip: Remove any other existing chatbot boxes that are present on your website to prevent conflicts and ensure your Realty AI chatbot displays properly.

Last updated