Add Knocket as a free live chat option (alongside Chatra/Tidio/Crisp)

This commit is contained in:
rrivory
2026-07-01 14:27:45 +08:00 Unverified
parent 81275828f6
commit 9151fdb48c
3 changed files with 9 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
//- Knocket live chat — https://trtc.io/solutions/knocket
//- Free-forever live chat widget. Renders only when theme.knocket.identifier is set.
//- Get your own snippet/identifier at https://trtc.io/solutions/knocket
if theme.knocket.identifier
script(src=`https://trtc.io/knocket-sdk/sdk.js?identifier=${theme.knocket.identifier}` async)