Crisp disable in unique page

Hello everyone
does anyone know how to disable crisp chat only on one page?
I use a page embed function on my site and the user ends up with 2 chat bubbles
Thanks :slight_smile:

I think crisp settings allows this to be done on their settings page…

2 Likes

Excluded the page in crisp configuration page, thanks @artur

1 Like

UPDATE : The permanent solution is to put this code in the header of each page where you want to disable Crisp

<script>
$crisp.push(['do', 'chat:hide']);
</script>

PS : and it’s the only way if you are embedding iframe with another page of your website

2 Likes