refined-city-56591
03/14/2024, 8:48 AM<style>
.bp-widget-side
{
width: 100vw !important;
height: 100vh !important;
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
border: none !important;
border-radius: 0 !important;
overflow: hidden !important;
}
<\style>
<body>
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
window.botpressWebChat.init({
"composerPlaceholder": "Chat with bot",
"botConversationDescription": "This chatbot was built surprisingly fast with Botpress",
.
.
.
});
window.botpressWebChat.onEvent(
function () {
window.botpressWebChat.sendEvent({ type: "show" });
},
["LIFECYCLE.LOADED"]
);
</script>
</body>
fresh-fireman-491
03/14/2024, 8:50 AMrefined-city-56591
03/14/2024, 8:54 AMfresh-fireman-491
03/14/2024, 8:59 AMrefined-city-56591
03/14/2024, 9:05 AMrefined-city-56591
03/14/2024, 9:08 AMfresh-fireman-491
03/14/2024, 9:09 AMfresh-fireman-491
03/14/2024, 9:09 AM