-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The Livechat widget is a chat interface that can be embedded into a webpage. Visitors on your website can click the widget to initiate a conversation. It can serve as an excellent tool for use cases like the following:
- Offering live and real-time support to customers/users.
- Embedded to get information from people interacting with your website.
https://docs.rocket.chat/v1/docs/livechat-widget-installation
<script type="text/javascript">
(function(w, d, s, u) {
w.RocketChat = function(c) { w.RocketChat._.push(c) }; w.RocketChat._ = []; w.RocketChat.url = u;
var h = d.getElementsByTagName(s)[0], j = d.createElement(s);
j.async = true; j.src = 'https://**<your_rocket.chat_server>**/livechat/rocketchat-livechat.min.js?_=201903270000';
h.parentNode.insertBefore(j, h);
})(window, document, 'script', 'https://**<your_rocket.chat_server>**/livechat');
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request