Is there a way to add an Edit HTML5 Video from a source that is not self hosted in the server or uploaded to wordpress? I would like to link a video that is from vimeo pro (accessing the sorce file and not the vimeo.com/player/ url).
Thanks!
Add external video (eg: from aws or vimeo pro)
Is there a way to add an Edit HTML5 Video from a source that is not self hosted in the server or uploaded to wordpress? I would like to link a video that is from vimeo pro (accessing the sorce file and not the vimeo.com/player/ url).
Thanks!
Hey!
That's not possible
What about using "+more" → "+embed" to insert a vimeo video?
You could also create a custom element
http://laygridder.com/documentation.html#custom-element-type
Or use "+more" → "+html" and insert your own html5 video code like
<video playsinline muted autoplay loop src="yoururl"></video>
Worked with "+more" → "+html" and the url from vimeo.
Thank you very much!