0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/editor_manual/new_pages/inserting_videos.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
689 B
Markdown
Raw Normal View History

(inserting_videos)=
# Inserting videos into body content
It is possible to embed media into the body text of a web page by clicking the _Embed_ button in rich text toolbar.
![](../../_static/images/screen20_insert_video_form.png)
- Copy and paste the web address for the media into the URL field and click Insert.
![](../../_static/images/screen21_video_in_editor.png)
- A placeholder of the media will be inserted into the text area.
The embed button can be used to import media from a number of supported providers, you can see the [full list of supported providers in Wagtails source code](https://github.com/wagtail/wagtail/blob/main/wagtail/embeds/oembed_providers.py).