Install your chatbot with a single line of code!
IvyQuantum is easily installed on a website with a single line of HTML code (a <script> tag). Once the script is added to a page (or entire website), your installation is complete. You can locate the installation script under Chatbot --> Installation. Most commonly, the code is added to site-wide web elements, such as headers or footers instead of installing on each page.
Please Note: The installation process is the same for installations in Google Tag Manager and Drupal. Just add the script to the footer element so it's available on all pages.
From a technical perspective, the script simply appends a <div> element to your website, allowing for the display of the chat widget. This chat widget only has one event attached to it: onClick. When this event is fired (by a mouse click, or keyboard event), the code attaches an <iframe> element to the school’s website. This <iframe> element points to an Ivy.ai endpoint over SSL and is responsible for rendering the chat UI, as well as managing the interactions of the bot. Since all interactions are limited to the <iframe>, there are no other interactions between your website and Ivy.ai.