Chat Services

Chatra

Chatra is a live chat messenger app for your website.

Visit Dashboard to get your ChatraID.

hexo/_config.yml
1
2
3
4
5
6
7
# Chatra Support
# See: https://chatra.io
# Dashboard: https://app.chatra.io/settings/general
chatra:
enable: true
async: true
id: <ChatraID>

After Chatra enabled, you can set chat.enable to true and set chat.service to chatra in theme config file.

hexo/_config.yml
1
2
3
4
5
6
7
# 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
service: chatra
icon: comment
text: Chat

Tidio

Tidio is a live chat messenger app for your website.

Visit Dashboard to get your Public Key.

hexo/_config.yml
1
2
3
4
5
6
# Tidio Support
# See: https://www.tidiochat.com
# Dashboard: https://www.tidiochat.com/panel/dashboard
tidio:
enable: true
key: <Publick Key>

After Tidio enabled, you can set chat.enable to true and set chat.service to tidio in theme config file.

hexo/_config.yml
1
2
3
4
5
6
7
# 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
service: tidio
icon: comment
text: Chat