Floating chatbot use case - Fluid Topics - Latest

Fluid Topics Designer Guide

Category
Reference Guides
Audience
public
Version
Latest

To add a floating Chatbot in the bottom-right of a Fluid Topics portal:

  1. Open the Header designer.
  2. Add a Modal component anywhere.
  3. Give the Modal component the following CSS properties:

    right: 0px;
    bottom: 0px;
    position: fixed;
    margin: 30px;
    
  4. Change the Modal icon to MESSAGE_BOT.

  5. Style the icon.

    For example:

    --ft-icon-font-size: 50px;
    color: var(--ft-color-primary);
    background-color: white;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid var(--ft-color-primary);
    
  6. Open the modal.

  7. Add a Chatbot component inside the Modal window.
  8. Style the components.
  9. Save and publish.

Result:

The Fluid Topics Documentation Portal interface with a floating chatbot icon in the bottom-right corner of the screen. The chatbot icon is purple and circular, indicating it is interactive. The main interface includes a header with navigation options, a search bar, and sections for 'Latest Content' and 'Get Started' with various links and resources.