How add a video in a news page (not as attached file, but in the body before the text)

Dear Drupal Cern Community,

I would like to add a video to a news page, which is not to be found in the CERN Document Server. However, at this moment it seems to me that the only solution is to add it as attached file.

I would like that the video is displayed when the news page is opened. Do you have any solutions to do this?

Thank you in advance for your time.

Best regards,
Valentina

Dear Valentina,

You need to use iframe tag and you should write the url of the source of the video (for example youtube).

So you should use something like this

I hope that this will help you.

Have a nice day!

Cheers,
Panagiotis.

Dear Valentina

For local files, inside of website file system, you can use something like this

<p>
<video controls="" height="240" width="320"><source src="*https://your_site/sites/your_site/files/Images/video/video.mp4*" type="video/mp4" /> 
Your browser does not support the video tag.
</video>
</p> 

check this url
https://test-alice-collaboration-d8.web.cern.ch/embeded_video

best regards
Guillermo

Thank you both for your replies, I will test it!

Best regards,
Valentina