xenial-black
xenial-black15mo ago

Button With Embed Link Doesn't Work

Hey, I have putten a button with a link embeded on my bot, it works normal on the canvas but when I test it on my website it returns the error on the image. The link embeded is "http://servicos.pmmarau.com.br:8080/servicosweb/home.jsf"
No description
3 Replies
Tico | Voiceflow Assistant
The information provided in the source documents primarily pertains to embedding the Voiceflow chat widget in an IFrame and customizing its behavior using JavaScript. Here's how you can do it: 1. Embed the Widget: You can embed the Voiceflow widget in an IFrame by replacing the projectID with yours. This will force the chat widget to auto open and allow you to customize its width and height. You might need to adjust the CSS to get the text bubble to stretch as well. 2. Modify the CSS: If you don't want to host a CSS file, you can use a data url to modify the CSS. You can follow the instructions provided in the source documents to do this. 3. Auto Open Web Chat: If you want the Webchat to automatically open when a user lands on your website, you can modify the code snippet slightly. The function that opens the chatbot is window.voiceflow.chat.open(). You also need to add a slight delay so it can render properly. 4. Monitor Events: Once loaded, the Web Chat widget also sends message events that you can monitor to trigger a specific action in your front-end code. Please note that the information provided does not address issues with a button containing an embedded link not working on your website. For assistance with that specific issue, you may need to consult relevant resources or seek help from a web development expert.
W. Williams (SFT)
screenshot of the button step settings would be helpful.
xenial-black
xenial-blackOP15mo ago
No description
No description

Did you find this page helpful?