ryanditjia / gatsby-plugin-crisp-chat

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

Trigger Opening of Chat box #7

Closed kerematam closed 4 years ago

kerematam commented 4 years ago

I want my arbitrary button to trigger to open chat box.

Is it possible?

ryanditjia commented 4 years ago

Not something that I’m familiar with. The plugin works the same way as Crisp’s official HTML implementation (but with some added accessibility and performance goodies). Perhaps ask Crisp if there’s a JS hook for that?

kerematam commented 4 years ago

For now, I have solved with this : document.querySelector('#crisp-chatbox > div > a').click()

I will create issue there for a more proper way.

Thanks.