diff --git a/apps/docs/docs/embed/javascript-commands.md b/apps/docs/docs/embed/javascript-commands.md index fb099b0f6d..8fd0247e51 100644 --- a/apps/docs/docs/embed/javascript-commands.md +++ b/apps/docs/docs/embed/javascript-commands.md @@ -4,7 +4,7 @@ sidebar_position: 4 # Javascript library -Typebot Javascript library is open-source ([check out the repository](https://github.com/typebot-io/typebot-js)). Feel free to contribute if you're a developer and wish to improve its features. +Typebot Javascript library is open-source ([check out the repository](https://github.com/baptisteArno/typebot.io/tree/main/packages/typebot-js)). Feel free to contribute if you're a developer and wish to improve its features. Whenever a typebot is embedded on your website, you have access to commands to automatically trigger actions on your embedding depending on its type. @@ -15,11 +15,11 @@ Whenever a typebot is embedded on your website, you have access to commands to a You can use these commands: ```js -Typebot.getPopupActions().open(); +Typebot.getPopupActions().open() ``` ```js -Typebot.getPopupActions().close(); +Typebot.getPopupActions().close() ``` You can bind these commands on a button element, for example: @@ -35,7 +35,7 @@ You can bind these commands on a button element, for example: You can use this command: ```js -Typebot.getBubbleActions().openProactiveMessage(); +Typebot.getBubbleActions().openProactiveMessage() ``` You can bind this command on a button element, for example: @@ -51,11 +51,11 @@ You can bind this command on a button element, for example: You can use these commands: ```js -Typebot.getBubbleActions().open(); +Typebot.getBubbleActions().open() ``` ```js -Typebot.getBubbleActions().close(); +Typebot.getBubbleActions().close() ``` You can bind these commands on a button element, for example: diff --git a/apps/docs/docs/embed/overview.md b/apps/docs/docs/embed/overview.md index 2427d0987c..77986323b5 100644 --- a/apps/docs/docs/embed/overview.md +++ b/apps/docs/docs/embed/overview.md @@ -8,7 +8,7 @@ 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/) +Embeds the typebot in a box with the size of your choice anywhere on your app. This is what is used on Typebot homepage: Standard @@ -22,7 +22,6 @@ Embeds the typebot in a Popup that overlays your website. It can be triggered af ## 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) +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". Bubble 1 -Bubble 2 diff --git a/apps/docs/static/img/embeddings/bubble1.png b/apps/docs/static/img/embeddings/bubble1.png index 8cd2800464..f3ea73372b 100644 Binary files a/apps/docs/static/img/embeddings/bubble1.png and b/apps/docs/static/img/embeddings/bubble1.png differ diff --git a/apps/docs/static/img/embeddings/bubble2.png b/apps/docs/static/img/embeddings/bubble2.png deleted file mode 100644 index f2c52edbd6..0000000000 Binary files a/apps/docs/static/img/embeddings/bubble2.png and /dev/null differ diff --git a/apps/docs/static/img/embeddings/standard.png b/apps/docs/static/img/embeddings/standard.png index 47f15b03f2..1c39d38761 100644 Binary files a/apps/docs/static/img/embeddings/standard.png and b/apps/docs/static/img/embeddings/standard.png differ diff --git a/packages/wordpress/package.json b/packages/wordpress/package.json index a673106702..91ba12ee4d 100644 --- a/packages/wordpress/package.json +++ b/packages/wordpress/package.json @@ -2,7 +2,7 @@ "name": "wordpress", "version": "2.1.8", "main": "index.js", - "repository": "https://github.com/typebot-io/wordpress.git", + "repository": "https://github.com/baptisteArno/typebot.io", "author": "baptisteArno", "license": "AGPL-3.0-or-later", "devDependencies": {