Skip to content

Commit 1dd2c63

Browse files
authored
docs: add Knocket to chat services page (#159)
1 parent 746eacc commit 1dd2c63

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

source/docs/third-party-services/chat-services.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,34 @@ chat:
6363
```
6464
<!-- endtab -->
6565
{% endtabs %}
66+
67+
### Knocket
68+
69+
[Knocket](https://trtc.io/solutions/knocket) is a 100% free live chat widget — free forever, no ads, no seat limits.
70+
71+
{% tabs Knocket %}
72+
<!-- tab Enable Knocket → -->
73+
Visit [Knocket](https://trtc.io/solutions/knocket) to get your identifier.
74+
75+
```yml NexT config file
76+
# Knocket Support
77+
knocket:
78+
enable: true
79+
async: true
80+
identifier: <Your Knocket Identifier>
81+
```
82+
83+
<!-- endtab -->
84+
85+
<!-- tab Activate sidebar button -->
86+
After Knocket enabled, you can set `chat.enable` to `true` in {% label primary@NexT config file %}.
87+
88+
```yml NexT config file
89+
# A button to open designated chat widget in sidebar.
90+
# Firstly, you need enable the chat service you want to activate its sidebar button.
91+
chat:
92+
enable: true
93+
icon: fa fa-comment
94+
```
95+
<!-- endtab -->
96+
{% endtabs %}

0 commit comments

Comments
 (0)