2010-10-25, 03:06 AM
Hey guys,
YouTube Video embed by default is nice, but let's take it a step further. This MyCode will allow one to not embed a video, but an entire playlist to your MyBB forum. I basically got this done by looking at the embed code and taking it from there.
Demo: http://www.rockbandhelp.com/forum/Thread...anadianosh (second post contains three playlists, all being mine).
Title: YouTube Playlist MyCode
Description: Embed Playlists from YouTube via. MyCode.
Regular Expression:
Replacement:
Leave the rest as default. Questions, comments, feedback, and whatnot appreciated.
YouTube Video embed by default is nice, but let's take it a step further. This MyCode will allow one to not embed a video, but an entire playlist to your MyBB forum. I basically got this done by looking at the embed code and taking it from there.
Demo: http://www.rockbandhelp.com/forum/Thread...anadianosh (second post contains three playlists, all being mine).
Title: YouTube Playlist MyCode
Description: Embed Playlists from YouTube via. MyCode.
Regular Expression:
\[yplaylist\](.*?)\[/yplaylist\]
Replacement:
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/p/$1?hl=en_US&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/$1?hl=en_US&fs=1" type="application/x-shockwave-flash" width="480" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Leave the rest as default. Questions, comments, feedback, and whatnot appreciated.