Specific chat tab
The value that is sent indicates which chat group should be shown only (optional)
Implementation
Available parameters
Parameter lib | Parameter web | |
---|---|---|
chatChannels | chats | the value that is sent indicates which chat group should be shown only (optional) Values: support || shoppers |
Code
<!DOCTYPE html>
<head>
<title>LSW v3 Embed</title>
</head>
<body>
<div id="instaleap-lsw-v3"></div>
</body>
<script src="https://xandar-lsw-v3.instaleap.io/lib/status.js"></script>
<script>
const params = {
job: "myJob",
token: "myToken",
container: "#instaleap-lsw-v3",
chatChannels: "shoppers"
}
window.instaleap.status.render(params)
</script>
</html>
<!DOCTYPE html>
<head>
<title>LSW v3 Embed</title>
</head>
<body>
<div id="instaleap-lsw-v3"></div>
</body>
<script src="https://xandar-lsw-v3.instaleap.io/lib/status.js"></script>
<script>
const params = {
job: "myJob",
token: "myToken",
container: "#instaleap-lsw-v3",
chatChannels: "support"
}
window.instaleap.status.render(params)
</script>
</html>
https://xandar-lsw-v3.instaleap.io/status?job=myJob&token=myToken&chats=support
Demo
NOTE: Please do not modify the Demo, this is a visual aid.
Chat shoppers
Chat support
Updated 6 days ago