feat: ⚡️ Add docs and connect Stripe
This commit is contained in:
28
apps/docs/docs/embed/overview.md
Normal file
28
apps/docs/docs/embed/overview.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
You can choose to embed your typebot in 3 different ways.
|
||||
|
||||
## Standard
|
||||
|
||||
Embeds the typebot in a box with the size of your choice. This type is used at the top of [Typebot's homepage](https://www.typebot.io/)
|
||||
|
||||
<img src="/img/embeddings/standard.png" alt="Standard"/>
|
||||
|
||||
You can also set the width to `100%` and the height to `100vh` to make it take the entire page dimensions
|
||||
|
||||
## Popup
|
||||
|
||||
Embeds the typebot in a Popup that overlays your website. It can be triggered after a delay or with a click of a button for example
|
||||
|
||||
<img src="/img/embeddings/popup.png" alt="Popup"/>
|
||||
|
||||
## Bubble
|
||||
|
||||
Embeds the typebot as a "chat bubble" at the bottom right corner of your site. Can be triggered automatically or with a click. It can also come with a "proactive message". An example can be found in [Typebot's pricing page](https://www.typebot.io/pricing)
|
||||
|
||||
<img src="/img/embeddings/bubble1.png" alt="Bubble 1" width="600px"/>
|
||||
<img src="/img/embeddings/bubble2.png" alt="Bubble 2" width="600px"/>
|
||||
Reference in New Issue
Block a user