MyBB Community Forums

Full Version: CollegeHumor BBcode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Automedia not works for this site so anyone to make bbcode for this site

http://www.collegehumor.com/
Regular Expression:
\[ch\](.*?)\[/ch\]

Replacement:
<object type="application/x-shockwave-flash" data="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=$1&fullscreen=1" width="480" height="360" ><param name="allowfullscreen" value="true" /><param name="movie" quality="best" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=$1&fullscreen=1" /></object>

How to Use:
[ch]Video ID Here[/ch]

Example:
[ch]130000[/ch]
not works video not found
Try this:

Replacement:
<iframe src="http://www.collegehumor.com/e/$1" width="600" height="338" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>

Example:
http://www.collegehumor.com/video/6611293/batman-interrogation
[ch]6611293[/ch]
same thing when posted This video cannot be found.
Sorry my mistake now works fine Thanks
(2011-09-20, 02:58 PM)lexy Wrote: [ -> ]not works video not found

Works fine here. Make sure you've correct video ID.