Botframework Web Chat Embedding

The past two articles have been about setting up a botframework bot in Skype and comparing the various Skype clients to see how it’s rendered. In this short article we’ll have a look at configuring the Web Chat client.

Web Chat client is enabled by default when you register your bot:

enabled clients

If you click “edit” next to Web Chat, you’re taken to the configuration page:

configure within botframework dev portal

Click “Regenerate Web Chat secret” and those textboxes will be populated

regenerate web chat secret

You can now embed the web chat client on your webpage using an iframe

<iframe src='https://webchat.botframework.com/embed/rposbo_demo_bot?s=YOUR_SECRET_HERE'></iframe>

Which looks like this – have a play!

One thought on “Botframework Web Chat Embedding

Leave a Reply

Your email address will not be published. Required fields are marked *