inserting_videos.rst 738 B

123456789101112131415161718
  1. .. _inserting_videos:
  2. Inserting videos into body content
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. It is possible to embed media into the body text of a web page by clicking the *Embed* button in rich text toolbar.
  5. .. image:: ../../_static/images/screen20_insert_video_form.png
  6. * Copy and paste the web address for the media into the URL field and click Insert.
  7. .. image:: ../../_static/images/screen21_video_in_editor.png
  8. * A placeholder of the media will be inserted into the text area.
  9. 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 Wagtail’s source code <https://github.com/wagtail/wagtail/blob/master/wagtail/embeds/oembed_providers.py>`_.