Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[Github #1381] Embed Self-Hosted Video

MunMun New
edited October 2013 in Vanilla 2.0 - 2.8

I am trying to find out how to embed into my forums a self hosted video using the tag!

Here is some example code:

video width="480" height="320" controls>
source src="http://cdn.content-network.net/Mun/videos/gw2/halloween_jp_320p.mp4" type="video/mp4">
source src="http://cdn.content-network.net/Mun/videos/gw2/halloween_jp_320p.webm" type="video/webm">
source src="http://cdn.content-network.net/Mun/videos/gw2/halloween_jp_320p.ogv" type="video/ogg">
p>Opps, something went wrong!


/video>

is this possible?

Comments

Sign In or Register to comment.