Chat Services

Chatra

Chatra is a live chat messenger app for your website.

Visit Dashboard to get your ChatraID.

NexT config file
# Chatra Support
# See: https://chatra.com
# Dashboard: https://app.chatra.io/settings/general
chatra:
enable: true
async: true
id: <ChatraID>

After Chatra enabled, you can set chat.enable to true in NexT config file.

NexT config file
# A button to open designated chat widget in sidebar.
# Firstly, you need enable the chat service you want to activate its sidebar button.
chat:
enable: true
icon: fa fa-comment
text: Chat

Tidio

Tidio is a live chat messenger app for your website.

Visit Dashboard to get your Public Key.

NexT config file
# Tidio Support
# See: https://www.tidio.com
# Dashboard: https://www.tidio.com/panel/dashboard
tidio:
enable: true
key: <Publick Key>

After Tidio enabled, you can set chat.enable to true in NexT config file.

NexT config file
# A button to open designated chat widget in sidebar.
# Firstly, you need enable the chat service you want to activate its sidebar button.
chat:
enable: true
icon: fa fa-comment
text: Chat

Gitter

Gitter is a chat and networking platform that helps to manage, grow and connect communities through messaging, content and discovery.

You need to create a community, then create a webapp room under that community.

NexT config file
# Gitter Support
# For more information: https://gitter.im
gitter:
enable: true
room: <Community>/<Room Name>

After Gitter enabled, you can set chat.enable to true in NexT config file.

NexT config file
# A button to open designated chat widget in sidebar.
# Firstly, you need enable the chat service you want to activate its sidebar button.
chat:
enable: true
icon: fa fa-comment
text: Chat