Auto-start
Hello - non IT computer geek here. Happy having just installed my first Typebot on Wordpress site. I'm wondering is it possible to start the bot automatically, rather than wait for the visitor to click on the bubble...?
3 Replies
Sure!
There is this
autoShowDelay
property that you can set. It expects a number (milliseconds) before auto showing the chat
So you could do something like:
To show the bot directly on page loadMerci 🤗 Sorry, but where do I find/adjust that property?
It's in the code that you paste in the WP plugin
Follow the instructions in the Share tab of your bot, the Wordpress instructions should give you a piece of code
You will just have to add
autoShowDelay: 0
line