MyBB Community Forums

Full Version: Problems with embedded video in posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I post a new thread that has an embedded video, the video does not show up.  But if I add a reply thread to the new thread it will show up in the reply threads.  Why is this?  I just did the newest upgraded to 1.8.  Any suggestions??? Here is the example of the code that I am using.

<video id="sampleMovie" src="http://www.robtozier.com/mybb/cm.mp4" controls></video>
This code loads a mp4 that is located on my server that needs to be embedded in the thread.
<video id="sampleMovie" src="http://www.robtozier.com/mybb/cm.mp4" controls></video>

Thanks,
Rob Tozier

<video id="sampleMovie" src="http://www.robtozier.com/mybb/cm.mp4" controls></video>
Have you enabled HTML in your forum? Or are you using a plugin for HTML in Posts?
I've enabled HTML in a forum, posted the same code in a thread and a post and both were displayed. Rejecting as I guess a plugin is causing this.