MyBB Community Forums

Full Version: Embedded Godtube and YouTube Video's not working.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm running the latest MyBB 1.4.2 as a fresh install and I've downloaded a plugin, but it doesn't recognize Godtube video's or Embeded Youtube links.

Multi Video Mycode For MyBB (1.7)
Plugin supports 12 different video sharing sites
Created by dared

I then took some code from a link on this site, and it seems to work with a url, but the MyCode isn't seeming to work with the embed links.

Here is the code that won't work for embedding.

Regular Expression *
\[youtube\]([a-zA-Z0-9]+?)\[/youtube\]
Replacement *
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/$1"></param><embed src="http://www.youtube.com/v/$1" type="application/x-shockwave-flash" width="425" height="350"></embed></object>

Can anyone help me with some code?

http://lapeerchurchofchrist.com/forum/sh...php?tid=15

Currently I can only get Youtube video's to play by URL only, and by manually adding the youtube tag.
To post a Youtube video, please paste the url link provided by YouTube.com and add the opening and closing tags as shown below.

Example:
Here is the original YouTube url
[Image: attachment.php?aid=3]

http://www.youtube.com/watch?v=cyheJ480LYA
Add the opening and closing youtube tags. Note, youtube tag is closed with the backslash /

[youtube]URL goes here[/youtube]
[youtube]http://www.youtube.com/watch?v=cyheJ480LYA[/youtube]

I can't seem to get this to work either (This is from GodTube), it just comes up as a blank. (Please see my page)
http://lapeerchurchofchrist.com/forum/sh...php?tid=26

<embed src="http://godtube.com/flvplayer.swf" FlashVars="viewkey=48139567aa5f3d103bb9" wmode="transparent" quality="high" width="330" height="270" name="godtube" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>