MyBB Community Forums

Full Version: Youtube Mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2008-08-23, 08:47 PM)StevenW Wrote: [ -> ]
(2008-08-23, 07:56 PM)Rovin Wrote: [ -> ]
(2008-08-23, 07:16 PM)Rovin Wrote: [ -> ]You should search. There are loads of Mods like this.

Well I can't think what you put into Search - "youtube" worked for me.

They are all with the ID thing. I dont want those \0/.

Its impossible to put it in just with the straight URL. Unless one decides to write it such that the inputed URL will remove the youtube.com/watch?= etc.

Take a loko at the embed code and you will get what I mean
I wrote up a regex for custom MyCode if you're interested: http://community.mybboard.net/thread-292...#pid197175
Thanks!
I would love Veoh mod also..
I will try to include this in the updated version of VideoBox' =]
http://community.mybboard.net/thread-292...#pid197175

^ That code works great BUT if a YouTube video has an _ in the URL it doesn't work, what do I need to add to the code so it works?

Thanks in advance,
Same here!
Ok I figured it out.

The first code has to be:

\[youtube\]http\://(www\.)?youtube\.com/watch\?v=([a-zA-Z0-_-9]+?)(&.*?)?\[/youtube\]

Now all YouTube videos should work.
Pages: 1 2