https://app.respond.io
then only https://app.respond.io
will be whitelisted. Any other subdomain or root should not work.https://*.respond.io
, then all subdomains including the root domain will be whitelisted.https://respond.io
, then only the root domain will be whitelisted.</body>
tag. identifier
is a required field.head
tag of every page where you want the website chat to appear.$respond.do("chat:open")
$respond.do("chat:close")
callback
function).$respond.on("chat:opened", callback)
callback
function).$respond.on("chat:closed", callback)
true
if the chat widget is opened, else false
.$respond.is("chat:open")
true
if the chat widget is closed, else false
.$respond.is("chat:closed")