Add the ARIS widget to any website with a single script tag. No build step, no dependencies, no framework required.
<script
src="https://aris247.com/widget.js"
data-brokerage-id="YOUR_BROKERAGE_ID"
async>
</script>
Place it before the closing </body> tag. The widget renders itself in a Shadow DOM, so it won’t conflict with your existing styles.
Attributes
Your brokerage ID from the ARIS dashboard.
Widget script URL: https://aris247.com/widget.js
Recommended. Loads without blocking page render.
Works on
Squarespace, Webflow, Wix, Shopify, GoDaddy, plain HTML, and any platform that allows custom script tags.
Full example
<!DOCTYPE html>
<html>
<head>
<title>Acme Realty</title>
</head>
<body>
<h1>Welcome to Acme Realty</h1>
<script
src="https://aris247.com/widget.js"
data-brokerage-id="550e8400-e29b-41d4-a716-446655440000"
async>
</script>
</body>
</html>