Skip to main content
1

Install

In WordPress admin, go to Plugins → Add New and search for “ARIS AI Real Estate Chatbot”.
2

Activate

Click Install then Activate.
3

Configure

Go to Settings → ARIS AI and enter your Brokerage ID.
4

Done

The widget appears on all pages immediately.

Option 2: Manual embed

Add to your theme’s footer.php before the closing </body> tag:
<script
  src="https://aris247.com/widget.js"
  data-brokerage-id="YOUR_BROKERAGE_ID"
  async>
</script>
Or use a custom HTML widget or the Insert Headers and Footers plugin to add the script without editing theme files.