NexT

Theme for Hexo

Chat Services

Chatra

Chatra is a live chat messenger app for your website.

Visit Dashboard to get your ChatraID.

NexT config file
# Chatra Support
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

Tidio

Tidio is a live chat messenger app for your website.

Visit Dashboard to get your Public Key.

NexT config file
# Tidio Support
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
0%