user
@jfass
Chatbot in a pop-up window
I have created an Online Chatbot. I put a button in my Storyline 360 file that will open the chatbot.
When the chatbot opens, it is full width of the screen as opposed to a smaller "pop-up" window.
How do I make the chatbot more of a popup?
reply
Reply
user
@support
Instead of using Open URL trigger, you can use JavaScript to open a pop-up window of a defined size. For example:

window.open('URL','chatbot_window','width=500,height=600');

Just replace URL with the URL of your widget and make sure it's enclosed in regular single quotes.
reply
Reply