Snippets

wbb.ai WBB Free COVID-19 NHS Advice Bot

Created by Stuart Clark last modified
<!-- Add the following code snippet to the bottom of your <body> element -->

<!-- If you already use font awesome you may not need the line below -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://wbb-chat-plugin.webuildbots.ai/wbb-chat-plugin.css">
<script src="https://wbb-chat-plugin.webuildbots.ai/wbb-chat-plugin.js"></script>
<script>
  new WBBChatPlugin({
    pluginHost: 'https://wbb-chat-plugin.webuildbots.ai/',
    fullScreen: false,
    // The min pixel width at which the popup should be used as apposed to full screen mode
    minPopupWidth: 600,
    // How long before the user is prompted to chat in ms
    promptDelay: 2000,
    // Client icon
    clientIcon: true,
    // Primary colour
    primaryColour: '00b8ff',
    // Secondary colour
    secondaryColour: '435061',
    // Prevent the user from sending input other that clicking buttons
    hideInput: true,
    client: 'wbb-covid-19',
  });
</script>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.