Embed video content within an article

How can I still embed my videos within articles?

YourTube or Vimeo

 

If you are using YouTube or Vimeo simply provide your video URL within embed menu like so:

embedmenu
insert_youtube

 

Other video hosting services

 

If you are not using YouTube or Vimeo please use the following code to embed a custom video:

<video width="100%" controls>
  <source src="https://your_video_url" type="video/mp4">
</video>
video_embed

If your video is not hosted by a publicly accessible URL, please upload it first by using file upload menu and then use the URL given

upload_file

 

Related articles