All our products support adding videos into articles. You can add videos in one of two ways:
- Upload your video to your WordPress site and use WordPress’ Video Shortcode.
- Embed video from other services such as YouTube and Vimeo using WordPress Embeds
WordPress Video Block
The WordPress 5 editor supports video. Simply paste a url in a Paragraph URL, which will embed it as described below, there is also a Video Block, contained in Common Blocks.
WordPress Video Embeds
To embed a video into your article simply paste the link from a support service (YouTube/Vimeo) into your article like this:
[html]
https://www.youtube.com/watch?v=000000
[/html]
WordPress Video Shortcode
First upload your video to your WordPress media library. Then simply use the “Add Media” button to add the video to your post.
You can also use the shortcode like this:
[html]
[video src="video-source.mp4"]
[/html]