1. Access the Platform

    Log in to your IDXAddons account

    In the dashboard, select the Agent Wrappers app.

  2. Setup Tab

    Once you enter the app, you will be directed to the Setup tab. The first section you will see is Agents.

    Select an Agent

    In the Agents section, select the agent whose wrapper you want to configure. After selecting the agent, you will have the option to select the URL.

    Enter the Wrapper URL

    After selecting the agent, enter the URL of the wrapper page in the provided fields. This URL will link to the agent's custom wrapper page. Make sure the URL is correct to ensure proper functionality.

    The custom wrapper page is a personalized page for each agent. It showcases the agent's branding and contact information. The page must contain an element with an id of "main":

    <div id="main"></div>

    For example:

    Save Settings

    Once the URL has been entered, click Save to apply the changes. This will link the selected agent with their personalized wrapper page.

  3. Copy Code Snippet

    Now copy your code snippet and go to the Agents page.

    Find the agent you want to display a custom wrapper for and click on the edit icon.

    Paste the code snippet and save changes, remember to turn off the WYSIWYG option.

    For each agent you want to display a custom wrapper (and you have previously set up the URL), you will need to paste the code snippet into the agent's sub-header section.