Configure Chatbot Embed to Auto-Popup on Page Load for Desktop Users #1668
Unanswered
KI-Experten
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am looking to enhance the user experience on my website by having the Flowise chatbot window automatically open when a user visits the site. This should happen only once per session and only for desktop users, not on mobile devices.
I have found a JavaScript code snippet that achieves this for Voiceflow chatbots, but I need something equivalent that will work with Flowise. The goal is to replicate the following behavior tailored for Flowise:
Here's the code snippet that works for Voiceflow, which I would like to adapt for use with Flowise:
# POP-UP ON DESKTOP NOT MOBILE (only once):
(opens once on first page load, only pops-up on desktop)
I would greatly appreciate guidance on how to implement this functionality with the Flowise chatbot embed code. If there is an existing solution or a recommended approach to achieve this with Flowise, please let me know.
Thank you for your assistance!
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions