Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login to Orbita Portal.

  2. From the Global menu, click on Settings > Organization.

  3. In the Organization page, click on Application Settings.

    Image RemovedImage Added
  4. Paste your site’s domain name at the arrow mark (as shown in the below screenshot) and click on the tick at the bottom right corner.

...

  1. Create a div (given below) inside the body tag with id = <Unique ID>.
    <div id="chatWindow"></div>

  2. Inside the header tag, create a script tag and give the chat plugin file reference for src.
    Include JQuery v1.0 and above (if already included you can skip this step).

    Code Block
    <head>
    <script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
    </head>
  3. Include Chat Plugin in the header tag.

    Code Block
    <script src="https://yourdomain<domain-name>.orbita.cloud:8443/oeapi/chatbot/v2/chat-plugin.js"</script>>
  4. Include the below script at the bottom at the page

    Code Block
    <script>
        var endpointTag = "float";
        var chatLocation = 'https://engage<domain-name>.orbita.cloud/oeapi';
        var option = {
            dockDefaultAction: 'open',
            width: '520',
            height: '780',
            domId: 'chatWindow',
            launchWord: 'open',
            name: 'Orbita',
            serverUrl: chatLocation + '/bot/hub/' + endpointTag,
            appSettingURL: chatLocation + '/bot/hub/settings' + endpointTag,
            theme: 'dock-float',
            oauthserverUrl: chatLocation,
            settings: {
                "header": {
                    "logoUrl": "/chatbot/v2/assets/branding-mark.svg",
                    "headerText": "COVID-19",
                    "subHeaderText": "Chatbot powered by Orbita",
                    "speakerOnIconUrl": "/chatbot/v2/assets/volume-on.svg",
                    "speakerMuteIconUrl": "/chatbot/v2/assets/volume-muted.svg",
                    "closeIconUrl": "/chatbot/v2/assets/x-header.svg"
                },
                "banner": {
                    "title": "''Click here'' - to read the Disclaimer",
                    "message": "<p>&nbsp;</p><p>&nbsp;</p><p><strong>Please Note:</strong> I use sources like the U.S. Center for Disease Control (CDC) and others to ensure I have the latest information for you, but I can’t guarantee the accuracy of this information.</p><p>&nbsp;</p><p>Also, I’m not a substitute for the judgment of a healthcare professional and not intended for use in the diagnosis or treatment of coronavirus (COVID-19) or any other diseases or conditions.</p><p>&nbsp;</p><p>If you suspect a life-threatening emergency, please call 911 or your local emergency response immediately.</p><p>&nbsp;</p><p><a target='_blank' href='https://orbita.ai/orbita-privacy-policy/'>Privacy Policy</a><p>&nbsp;</p>"
                },
                "profile": {
                    "defaultAvatorUrl": ""
                },
                "footer": {
                    "menuIconUrl": "/chatbot/v2/assets/plus-button.svg",
                    "menuIconDiabledUrl": "/chatbot/v2/assets/plus-btn-disabled.svg",
                    "micIconUrl": "/chatbot/v2/assets/mic.svg",
                    "micOnIconUrl": "/chatbot/v2/assets/mic-on.svg",
                    "sendButtonIconUrl": "/chatbot/v2/assets/button-circular-01.svg",
                    "sendButtonDisabledIconUrl": "/chatbot/v2/assets/send-circular-01-disabled.svg"
                },
                "botAvatorUrl": "/chatbot/v2/assets/orbita-icon.svg",
                "animationAvatorImageUrl": "/chatbot/v2/assets/avatar_loading.gif",
                "animationImageUrl": "/chatbot/v2/assets/msg_loading.gif",
                "theme": { "dockFloat": { "buttonSrc": "https://s3.amazonaws.com/orbitahealth/clients/sandbox73/assets/dynamic/images/chatlogo09eb1d50-5cb9-11ea-8c2e-57a45817118c.png", "buttonTitle": "Hi There!" } }
            }
        };
        if (OrbitaChatBotPlugin) {
            OrbitaChatBotPlugin.initPlugin(option);
        }
    </script>
  5. You can include the below code in the header to change the styling of the chatbot.

    Code Block
    <style>
        iframe#orbita-chat-iframe {
            position: fixed;
            bottom: 0;
            width: auto;
            border: none;
            right: 0;
        }
    </style>s
  6. s

The Chatbot will load as shown below.

...

Code Block
logoUrl: '<URL to the logo>',

dockDefaultAction

If you want the chatbot to open as you load the website, add the property dockDefaultAction and set the value to open.

If you don't use this property in the script, you have to click on the chatbot icon to open the chatbot.

Code Block
dockDefaultAction: 'open',

Chatbot Icon

You can set a customized chatbot icon on your website using the below property.

Code Block
"theme": { "dockFloat": { "buttonSrc": "URL of the image", "buttonTitle": "Hi There!" } }
Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@130ff
showSpacefalse
sortmodified
typepage
reversetrue
labelsengage chatbot
cqllabel in ( "engage" , "chatbot" ) and type = "page" and space = "OCS"