Hi BNB ,
Thanks for reaching out to us!
It seems like it is possible by using the JavaScript function button action.
It looks like the Chatra team already gave a pretty detailed instruction on how to do this but here are the steps with videos:
Create a JavaScript function button and copy and paste this into the JavaScript editor:
Chatra('openChat', true);
Then make sure that you have Chatra installed on your site.
You can follow their steps here:
Get started with Chatra
Then go to WordPress' Additional CSS then paste the custom CSS onto your site:
#chatra:not(.chatra--expanded) {
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none;
transition: none;
}
And that should be it! 😄
Let me know if it worked.