How to launch Chatra using Chaty?

In this guide we’ll show you how to launch Chatra live chat through Chaty. Chatra is a live chat, email and social messaging platform. Please note this platform requires a paid subscription.

To learn more about how to use the Chaty plug-in click here, and don’t forget to check our entire Chaty knowledgebase to make the most out of it.

So let’s dive in. First, install the Chatra plug-in for WordPress here: https://wordpress.org/plugins/chatra-live-chat/

You will then need to create a Chatra account or sign in your already existing one to link it to the plug-in. Next, log in to your Chatra dashboard and click on ”Chat widget” in the Channels section to the left of the page. This is where you’ll see your widget snippet that you need to copy and paste in your Chatra plug-in settings.  Note that you can also edit your widget appearance at the same page. 

Now that you paste the code in your Chatra Live Chat set up, open the Chaty settings from your WordPress dashboard. In the first step, add a new custom link channel:

In the field that will show up below, add this code:

javascript: Chatra(‘show’);Chatra(‘openChat’, true);

Select whether you want your Chatra chat to be displayed on desktop or mobile devices, or both. You can then customize the channel appearance by uploading a custom icon – for example the Chatra logo. You can also change the icon colour and add an on hover text, for example ”Chat now”.

Important!: if you want to hide the Chatra widget on load so that the widget is launched by Chaty, you need to add this JavaScript code to your theme, in ”Additional CSS”:

#chatra:not(.chatra–expanded) {
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none;
transition: none;
}
 

Alternatively, you can hide the Chatra widget by adding this JavaScript code it in the Chatra plug-in settings right before the tag:

That’s it! When you’re done, don’t forget to hit the ”Save changes” button to make sure your settings will be displayed accordingly. In the end, depending on your settings and customisations, it should look something like this:


Still have questions? Ping us at our Facebook group, and we’d love to help out!