Concierge Attributes (Legacy 1.0)
The documentation below only applies to our legacy 1.0 Concierge interface. All Concierges created as of April 2024 have been on the 2.0 interface.
You can add attributes to the concierge javascript to modify its appearance on your site.
Hide Teaser Message on Page load
Add a silent attribute to the javascript, like the example below:
<div id="ais-concierge"></div><script src="https://cdn.aisoftware.com/concierge/index.js" id="ais-concierge-script" concierge-token="[xxxx]"silent></script>
Open & Expand on Page Load
Add a stand-alone attribute to the javascript, like the example below:
<div id="ais-concierge"></div><script src="https://cdn.aisoftware.com/concierge/index.js" id="ais-concierge-script" concierge-token="[xxxx]"stand-alone></script>