Can I move the help widget around on my website?

Moving the Helpbot widget on desktops.

1Answer

Yes, you can make the HelpBot widget movable on desktops in Faqprime. This allows users to move the widget if it overlaps with the content they are focusing on.

 

Here’s how you can do it:

  1. Make the Help Button Floating: This allows users to move the button around on their desktop.

  2. Make the HelpBot Button and Widget Draggable: You can add the following code snippet to your Faqprime code to make the HelpBot button and widget draggable:

<script>

faqbotDragElement("faq-bot-container", true); // This line will make the BOT (which opens when you click on the "get help" button) draggable and the pointer will change to a move pointer.
faqbotDragElement("faq-bot-button", false); // This line will make the BOT Button ("get help" button) draggable and the pointer will not change to a move pointer.

</script>

Please note that this functionality is only applicable to the desktop version of the help widget.

Did this answer your question?
...