microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.5k stars 2.44k forks source link

[Question] How to embed WebChat in page? #3239

Closed SiddheshwarKore closed 7 years ago

SiddheshwarKore commented 7 years ago

System Information

Bot Info

Issue Description

Hi everyone, Can you suggest me how can I build a chatbot that can be deployed on a website which should not be an embedded web control rather a collapsible chat widget powered by bot framework in the backend. Did quite a lot of google search but didnt get a convincing solution.Awaiting your response

Code Example

Steps to Reproduce the Issue

1. 2. 3.

Expected Behavior

Actual Results

nrobert commented 7 years ago

You should read the "Readme" section of BotFramework-Webchat github project: https://github.com/Microsoft/BotFramework-WebChat

There are several implementation cases

ankitbko commented 7 years ago

Just simple javascript to collapse the chat div should work out, if you are not looking at anything fancy. You can check out how I did it in my blog (lower right) - http://ankitbko.github.io/

JasonSowers commented 7 years ago

Please reopen and continue the conversation if you need more help with this