Does Rocket.chat live chat widget also work on static site like hugo?

Description

Does Rocket.chat live chat widget also work on static site like hugo?

Server Setup Information

Deployment

Version

5.0.3

Deployment ID

62fe2ec6a50cd4000132e3e2

Apps Engine Version

1.33.0

Node Version

v14.19.3

Database Migration

279 (September 1, 2022 4:52 PM)

MongoDB

4.2.8 / wiredTiger (oplog Enabled)

Commit Details

HEAD: (c5b43b004)
Branch: HEAD

PID
1

Any additional Information

Hi!

It should work. The live chat installation on a website is all about a js from an external source, like:

<!-- Start of Rocket.Chat Livechat Script -->
	<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://chat.company.com.br/livechat/rocketchat-livechat.min.js?_=201903270000';
		h.parentNode.insertBefore(j, h);
	})(window, document, 'script', 'https://chat.company.com.br/livechat');
	</script>
1 Like