Skip to main content

Crisp Chat Widget

Crisp Chat widget proxy.

Service Tier

Paid Service

Instructions

client.crisp.chat/l.js
experiments.sparanoid.net/client.crisp.chat/l.js

Server Configurations

proxy_cache_valid: 200 302 30m;

Usage

Always see official documentation for latest usage.

window['$crisp'] = [];
window['CRISP_WEBSITE_ID'] = '<token>';

(function () {
var d = document;
var s = d.createElement('script');

s.src = 'https://experiments.sparanoid.net/client.crisp.chat/l.js';
s.async = true;
d.getElementsByTagName('head')[0].appendChild(s);
})();