Video from Vimeo, Youtube or other video sharing platforms
You must find the 'Embed' code from the respective sites. For example from Youtube as per below
- Click Share on the video
- Click Embed
- Click COPY
- This is the code you need. Click COPY
- This is the code you need. Click COPY
- Go to your Responza article
- Click Source in the text editor
- Insert the copied video code where you want the video to be
Your own video
If it is your own video file, it will depend on the format of your video whether it can be displayed in your article. As a rule, most formats can be added by going to Source and using HTML code.
Please note that longer or multiple videos may slow down loading of the article.
Example:
- Upload e.g. your mp4 file to your article by clicking the Add file icon in the editor
- Find the file path for your video by going to Source in the editor
- Example of a file path
/Content/uploaded/editor_img/Y8Ak3z_test.mp4?type=Files&responseType=json
- Example of a file path
- Create an HTML code with your file path by copying the below HTML code and replacing the path in bold with your own file path. Enter the HTML code in the article while you are in Source
video controls="" height="240" width="320">
source src="/Content/uploaded/editor_img/Y8Ak3z_test.mp4?type=Files&responseType=json" />Media1.MOV' />
/p>
OBS: Add a < in the beginning of all three lines - Your video is now displayed in the form of a video box in your article. The video can be played in a small or larger format by clicking the video.