https://discord.gg/botpress logo
Fullscreen Webchat Widget Issue: init Not Defined
# 🤝help
f
I'm encountering an issue while trying to implement the fullscreen webchat bot on my wp website. Despite following the documentation, I'm receiving an error stating that init is not defined. Here are the details: window.botpressWebChat.init({ botId: "032etc", clientId: "55etc", hostUrl: "https://cdn.botpress.cloud/webchat/v2", messagingUrl: "https://messaging.botpress.cloud", botName: "Little Buddy", containerWidth: "100%", layoutWidth: "100%", hideWidget: true, disableAnimations: true, }); window.botpressWebChat.onEvent(function () { window.botpressWebChat.sendEvent({ type: "show" }); }, ["LIFECYCLE.LOADED"]);