window.botpress.open()
<!– In your tag –>
#webchat .bpWebchat {
position: unset;
width: 100%;
height: 100%;
max-height: 100%;
max-width: 100%;
}
#webchat .bpFab {
display: none;
}
<!– In your tag –>
window.botpress.on(„webchat:ready“, () => {
window.botpress.open();
});
window.botpress.init({
„botId“: „1a32a6f8-3013-4059-928f-8cbd2264c610“,
„configuration“: {
„version“: „v1“,
„composerPlaceholder“: „Nachricht eingeben“,
„botName“: „Sportstech Service“,
„botAvatar“: „https://files.bpcontent.cloud/2025/05/20/15/20250520155340-PUD8ML84.png“,
„botDescription“: „“,
„website“: {},
„email“: {
„title“: „“,
„link“: „“
},
„phone“: {},
„termsOfService“: {},
„privacyPolicy“: {},
„color“: „#e4200b“,
„variant“: „soft“,
„headerVariant“: „glass“,
„themeMode“: „dark“,
„fontFamily“: „inter“,
„radius“: 1,
„feedbackEnabled“: true,
„showPoweredBy“: false,
„footer“: „“,
„allowFileUpload“: false
},
„clientId“: „8340a446-9320-4742-9e74-a338c0beb9f8“,
„selector“: „#webchat“
});