Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions source/docs/third-party-services/chat-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,34 @@ chat:
```
<!-- endtab -->
{% endtabs %}

### Knocket

[Knocket](https://trtc.io/solutions/knocket) is a 100% free live chat widget — free forever, no ads, no seat limits.

{% tabs Knocket %}
<!-- tab Enable Knocket → -->
Visit [Knocket](https://trtc.io/solutions/knocket) to get your identifier.

```yml NexT config file
# Knocket Support
knocket:
enable: true
async: true
identifier: <Your Knocket Identifier>
```

<!-- endtab -->

<!-- tab Activate sidebar button -->
After Knocket enabled, you can set `chat.enable` to `true` in {% label primary@NexT config file %}.

```yml 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
```
<!-- endtab -->
{% endtabs %}