T
Typebot•3w ago
Amanda

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
Baptiste
Baptiste•2w ago
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:
Typebot.initBubble({
typebot: "my-typebot",
autoShowDelay: 0
});
Typebot.initBubble({
typebot: "my-typebot",
autoShowDelay: 0
});
To show the bot directly on page load
Amanda
AmandaOP•2w ago
Merci 🤗 Sorry, but where do I find/adjust that property?
Baptiste
Baptiste•2w ago
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

Did you find this page helpful?