Replies: 3 comments 6 replies
-
The flowise chatbot might support html in markdown, so you can try getting the bot to output link as follows: In theory, that should produce a link similar to the following: Hello, world! |
Beta Was this translation helpful? Give feedback.
-
I need assistance with this issue I'm facing. My flowise chatbot embedded on my website is providing URL links from the Vector Database (Pinecone) API connection that I provided but the links are opening in the same tab on which the website is embedded even though I have explicitly given all the URL links in markdown format Please see attached the screenshot from Pinecone and my website HTML. There is an override somewhere in the Flowise code that is ignoring the markdown portion " target="_blank" of my URL links. I'm unable to locate this in the Flowise code posted on Github. Please guide me as to where I can modify this. I even tried adding this additional code (attached as notepad file) to my HTML code that I'm embedding on my wordpress website but I need the exact selector for Flowise's chatbot's messages container. |
Beta Was this translation helpful? Give feedback.
-
Flowise team, I think I found the code in https://github.com/FlowiseAI/FlowiseChatEmbed that needs to be tweaked to make the URL links open in a new tab (other than website on which the chatbot is deployed). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Flowise community,
I would like URL links which are returned in the chat responses to be opened in a new window when clicked by the user. Currently they open in the same tab as the website on which the chatbot is embedded thus navigating away from the website.
I need to incorporate this Javascript code in the Flowise code.
const url = "https://example.com";
window.open(url, "_blank");
Any ideas where I can incorporate this Javascript code in the Flowise Code.
Thanks.
Nagarajan
Beta Was this translation helpful? Give feedback.
All reactions