Status: Done
Within any article, links to the chat feature can be placed.We currently support two chat providers, Dixa Messenger and Digital Genius;
Dixa Messenger
Functions
- Set a custom display text
- Opens the chat on click
- Does not allow 'send custom message'
Usage
Place the following between start and ending curly braces (see demo below)
chat::link text here
Separate parts with double colons
::
- First part is always chat
- Second part is the link text to display
Demo

{{chat::Chat with us}}
DigitalGenius
Functions
- Set a custom display text
- Opens chat on click
- Optionally set a message to send
Usage
Place the following between double curly braces (see demo below)
dgchat::link text here::custom message here
Separate parts with double colons
::
- First part is always dgchat
- Second part is the link text to display
- Third part is the custom message to be sent into DigitalGenius
The custom message is optional, if none is provided, it will just open Digital Genius without a message being sent.
Demo
Chat link with custom message set to "Hello Helloprint":

{{dgchat::Send -Hello Helloprint- to Digital Genius Chat::Hello Helloprint}}
Open chat link without a custom message:

{{dgchat::Open Digital Genius Chat}}