Deploy chatbot to website
# 🤝help
a
hi everyone, can anyone show me how to deploy a botpress chatbot to a website however I DON'T want it to be displayed as the little icon like the attached image. I want the conversation to already be open and displayed as the main part of my website. Any assistance would be greatly appreciated. Thanks!

https://cdn.discordapp.com/attachments/1146418369814339615/1146418370015657984/image.png

a
hey @alert-france-88405 you can make your chatbot fullscreen with CSS- we've got code in our docs that you can copy/paste https://botpress.com/docs/cloud/webchat-customization/full-screen-bot/
To make the bot talk first, you can add a trigger to your flow, see the docs here https://botpress.com/docs/cloud/toolbox/events-triggers/#welcome-message
b
@alert-france-88405 you mean a big widget embedded in the website?
If you want it to be a widget instead of a popup, check out https://botpress.com/docs/cloud/webchat-customization/bot-in-div/#
a
Thank you @acceptable-kangaroo-64719 @brainy-summer-1041 this was very helpful. Apologies I would have been more specific however I am a programmer beginner. I would like it to be a widget embedded in the website instead of a pop up
b
Yes, use the code of the link and replace user ID and client ID
a
Easy way to find the botID/ClientID: go to the webchat integration in the admin panel, then the "configurable" tab

https://cdn.discordapp.com/attachments/1146418369814339615/1146756144606494760/image.png

a
@brainy-summer-1041 @acceptable-kangaroo-64719 is it possible to add the big widget into a bubble app?https://botpress.com/docs/cloud/webchat-customization/bot-in-div/
sorry asked the question to soon. Was able to figure it out
3 Views