finderCONNECT SDK Integration
Introduction
The Intelibly finderconnect-sdk is a powerful upgrade designed for seamless integration into any website. This SDK introduces enhanced compatibility with external analytics platforms and user metrics tracking. It also simplifies installation through a new custom HTML element, enabling better styling and deeper insights into user interactions.
Add finderconnect-sdk to Your Website
The finderconnect-sdk introduces a new installation method using a custom HTML element called <finderconnect>. This replaces the static iframe and enables dynamic configuration and analytics integration.
Installation Steps
-
Embed the script before the closing
</body>tag of your webpage. Include your partner ID in the script URL:<script src="https://app.intelibly.com/finderconnect.js?partner_id=YOUR_PARTNER_ID"></script> -
Add the custom element where you want the map to appear:
<finderconnect
partner-id="YOUR_PARTNER_ID"
width="100%"
height="80vh"
style="border-radius: 8px;">
</finderconnect>
Integration Notes
SDK Requirement
Ensure the finderconnect-sdk is loaded on your page. Include your partner ID in the script URL:
<script src="https://app.intelibly.com/finderconnect.js?partner_id=YOUR_PARTNER_ID"></script>
Note: The partner ID can be specified either in the script URL or as a partner-id attribute on the <finderconnect> element. If both are provided, the element attribute takes precedence.
Customization
The <finderconnect> element supports customization through CSS properties in the style attribute. You can customize styling properties:
<finderconnect
partner-id="YOUR_PARTNER_ID"
width="100%"
height="80vh"
style="border-radius: 8px;">
</finderconnect>
Supported CSS Properties
You can also apply standard CSS properties like border-radius directly in the style attribute to customize the appearance of the widget.