You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/connectors/your-own-website.mdx
+25-8Lines changed: 25 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,16 +171,33 @@ as a JSON object under the key `token`:
171
171
172
172
### Chat Widget
173
173
174
-
Once you've set up your SocketIO channel, you can use the official Rasa Chat Widget on any webpage.
175
-
Just paste the following into your site HTML and paste the URL of your Rasa instance into
176
-
the `data-websocket-url` attribute
174
+
Once you've set up your SocketIO channel, you can use the [official Rasa Chat Widget](https://github.com/RasaHQ/chat-widget) on any webpage. Use the example HTML below and paste the URL of your Rasa instance into the `server-url` attribute:
For more information, including how to fully customize the widget for your website, you can check out the [full documentation](https://chat-widget-docs.rasa.com/).
198
+
For more information, including how to fully customize the widget for your website, you can check out the [full documentation](https://chatwidget.rasa.com/).
184
199
185
-
Alternatively, if you want to embed the widget in a React app, there is
186
-
[a library in the NPM package repository](https://www.npmjs.com/package/@rasahq/rasa-chat).
200
+
Alternatively, if you want to embed the widget in a React app, there is [a library in the NPM package repository](https://www.npmjs.com/package/@rasahq/chat-widget-react).
201
+
202
+
:::note Deprecated Chat Widget
203
+
For information on the deprecated chat widget, [rasa-chat](https://www.npmjs.com/package/@rasahq/rasa-chat), documentation can be found [here](https://chat-widget-docs.rasa.com/).:::
0 commit comments