feat: ️ Add docs and connect Stripe

This commit is contained in:
Baptiste Arnaud
2022-02-14 16:41:39 +01:00
parent aeb3e4caa7
commit 56bd5fafc3
50 changed files with 6332 additions and 685 deletions

View 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"/>