MyBB Community Forums

Full Version: Youtube Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
http://mods.mybboard.com/view.php?did=313

I installed it and tried to play a video through it. But on every browser it wont show up, its either blank or the player doesnt show up.
Did you follow the exact install instructions as outlined in the readme.txt file?
this will work but you cannot enter the full url of the video otherwise it will be blank.. you need to use the end part of the url after the =
http://www.youtube.com/watch?v=FtKuBKIaVvs

for example:[youtube]FtKuBKIaVvs[/youtube]

hope that helps.
uhm, i think you can use plugin flash tag.

With selection, you can use:
[flash]Link[/flash]

Because video links at youtobe are flash (for viewer)

Ex:
[flash]http://www.youtube.com/v/FtKuBKIaVvs[/flash]

Link for flash tag: Acttachment

Note: this plugin of Mybboard.de
you just have to use the code, I had the same problem
Thanks turpentine it worked.
I also made a plugin for youtube but I see it was released already. :-(

I might expand mine to include multiple media plugins if I have some time.

Goals...

Youtube
Flash
WMV
MP3
WAV
Any idea on whether this will be updated for 1.2?
You could just add it to an custom mycode..
Pattern:
\[youtube\](.*?)\[/youtube\]
Replace:
<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>
Thanks for the help. I really do appreciate it, however...

I'm getting a blank box. Sad
Pages: 1 2 3