We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to embed a video | Forum

Topic location: Forum home » Support » General Questions
Seyed
Seyed Jun 7 '16
Hi,

May I ask how to embed a video? Does Oxwall support HTML5 standard tag <video>?    I tried to embed a video using the following code, but it gives error saying the source in invalid.

<video width="320" height="240" controls>
  <source src="http://www.w3schools.com/html/movie.mp4" type="video/mp4">
</video>

As you see the code is straight forward. I have also added 'w3schools.com' in the 'Allowed resources list' in admin dashboard: ".../admin/settings/content".

Thanks for your hints.