diff --git a/components/Element/Embeddings.vue b/components/Element/Embeddings.vue index 93e2ae9..4f7bb0f 100644 --- a/components/Element/Embeddings.vue +++ b/components/Element/Embeddings.vue @@ -2,30 +2,32 @@

Embeddings

Per aggiungere il tuo chatbot ovunque nel tuo sito, aggiungi questo iframe al tuo html:

- + <iframe
  src={{ host }}/chatbot-iframe/{{ uuid }}
+   style="height: 30rem; width: 24rem"
>
</iframe>
+

Premi sulla bubble in fondo a destra per provare il chatbot

-
-

{{ name }}

- -
+
+

{{ name }}

+ +
@@ -35,14 +37,23 @@