ryanditjia / gatsby-plugin-crisp-chat

Gatsby plugin to add Crisp Livechat to your site
MIT License
17 stars 5 forks source link

Open Crisp on btn click #19

Open bastienallain opened 2 years ago

bastienallain commented 2 years ago

Hello any idea to open crisp on click. I ask the team but it look like something is missing or i don't get it. You can use the following JavaScript code to open the Crisp chatbox:

$crisp.push(['do', 'chat:open']);

You can call it directly when an user clicks on a button:

<button onclick="$crisp.push(['do', 'chat:open'])">Click Me!</button>