From 5fa8dbfb7e13eb35c1219ecb0c877a54032f6019 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Wed, 6 Jul 2022 07:47:34 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20Metadata=20section?= =?UTF-8?q?=20in=20Settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/docs/docs/editor/settings.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/docs/docs/editor/settings.mdx b/apps/docs/docs/editor/settings.mdx index d97fd8ca3..4aac3d94f 100644 --- a/apps/docs/docs/editor/settings.mdx +++ b/apps/docs/docs/editor/settings.mdx @@ -13,7 +13,7 @@ The general settings represent the general behaviors of your typebot. ## Typing emulation -By default, your typebot will emulate a certain typing speed. It is considered a good default as slow as a human typing speed and it's not too fast so that multiple bubble can be readable sequentially. +By default, your typebot will emulate a certain typing speed. It is considered a good default as slow as a human typing speed and it's not too fast so that multiple bubbles can be read sequentially. You can customize this typing speed in the settings: @@ -32,3 +32,9 @@ return new Promise((res) => setTimeout(res, 3000)) ``` You can tweak `3000` (3s) to your liking. + +## Metadata + +In the Metadata section, you can customize how the preview card will look if you share your bot URL on social media for example. + +You can also add some custom head code to add third-party scripts like a Facebook pixel for example.