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.