FlowiseAI / FlowiseChatEmbed

276 stars 1.17k forks source link

Feature: Embed the chat into the website #199

Open NicolasGramnea opened 2 weeks ago

NicolasGramnea commented 2 weeks ago

Hello,

I see there are 2 options to embed Flowise into the website.

1.) fullScreen 2.) bubble

Is there a way to embed it into the page, into an element?

Current issue:

Suppose I use the fullScreen embed option to add it into a section on the website... when the page is opened it scrolls automatically to the Flowise Chat. The page can't be used properly.

Is there a way to make it work properly to embed into a section in the website?

Thank you.

amansoni7477030 commented 1 week ago

@NicolasGramnea, check this out: https://github.com/FlowiseAI/FlowiseChatEmbed#configuration. There's a new feature called "autofocus." If you set it to false, it will solve your problem.