Skip to content

Add support for Livechat of the Rocket.Chat #21

@adolfombarros

Description

@adolfombarros

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');
</script>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions