Quriobot Academy Quriobot Academy
    • Contact us

    Design and Behavior of your bot

    • Can I use my own font?
    • Changing the Avatar, choose as many as you like (only for the paid plans)
    • Conditional bot behavior
    • Have a free-floating startup button for your bot
    • Having Quriobot boxed on your website (instead of transparent)
    • How can I make my bot, a centered bot?
    • How do I copy my bot?
    • How to change the distance at the top and bottom of the page for the Quriobot frame?
    • How to make Quriobot disappear completly (after finishing)
    • Make the bot chat faster (or slow down)
    • Quriobot in your own look & feel, bot position and backdrop settings
    • Showing a (YouTube) video in your bot
    • Startup behavior of your bot
    • Using an image (also GIF) in the chat of your bot!
    1. Home
    2. Design and Behavior of your bot
    3. How to make Quriobot disappear completly (after finishing)

    How to make Quriobot disappear completly (after finishing)

    If you want Quriobot to disappear completely you will need to add the following JavaScript function (requires developer mode) to your bot:

     function() {
        quriobot.hide_frame();
        setTimeout(function(){
           document.getElementById("botbutton").classList.remove('show');
         }, 0)
    }
    
    • Line 2 will make the bot disappear

    • Line 4 will also make the sticky avatar disappear

    Edit this page

    ← How to change the distance at the top and bottom of the page for the Quriobot frame?
    Make the bot chat faster (or slow down) →
    Tags
    disappear widget
    See also
    • Add Quriobot to your Wix page
    • How to publish your Quriobot (on your own site, standalone, sub-domain and Facebook Messenger)