2
0
Files
bot/apps/docs/editor/blocks/bubbles/embed.mdx

38 lines
975 B
Plaintext
Raw Normal View History

---
title: Embed
icon: browser
---
The Embed bubble block allows you to display a website or an iframe to your user. You can paste a video URL from many sources including YouTube, Vimeo, and mp4.
<Info>
Not all websites allow embedding. If you see a blank space, it means the
website you're trying to embed doesn't allow it.
</Info>
<Tabs>
<Tab title="Flow">
<Frame>
<img
src="/images/blocks/bubbles/embed.png"
alt="Embed bubble"
className="rounded-lg"
/>
</Frame>
</Tab>
<Tab title="Bot">
<video
controls
autoPlay
className="rounded-lg"
src="/images/blocks/bubbles/embed-chat.mp4"
></video>
</Tab>
</Tabs>
## Embed a PDF hosted on Google Drive
For this, you'll need to select the pdf file you want to embed. Right click > Preview > More actions > Open in a new window. Now click More actions > Embed item.
Copy the embed code and paste it in the Embed bubble block configuration.