> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/how-to/how-to-embed-video-or-audio-youtube-vimeo-soundcloud.md).

# How to Embed Video or Audio (YouTube, Vimeo, SoundCloud)

Do you want to showcase your videos or audio via YouTube, Vimeo, Soundcloud or frankly any embeddable link? Follow along and see how it's done.&#x20;

![](/files/-M1CfEMD7QFRiqnjLSZi)

Steps:\
1\) In your database create a text type property to input the link\
2\) Ensure that your link is the embeded version, example: <https://youtube.com/embed/videoID> (<https://www.youtube.com/embed/qicS8eZh-cs>)\
3\) Click Add a Component\
4\) Search for Web View and select it\
5\) Drag and resize the Web View component to fit your design\
6\) Use the magic text button to input the property field from you database

* How to find the embed link in YouTube

![](/files/-M1CtGC48w3wut8PCqiG)

* How to find the embed link in Vimeo

![](/files/-M1CujqZVl84iOltDqOU)

* How to find the embed link in SoundCloud

![](/files/-M1Ctp0AsXEviD0WY_sc)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.adalo.com/how-to/how-to-embed-video-or-audio-youtube-vimeo-soundcloud.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
