MyBB Community Forums
CollegeHumor BBcode - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: MyCodes (https://community.mybb.com/forum-117.html)
+--- Thread: CollegeHumor BBcode (/thread-104273.html)



CollegeHumor BBcode - lexy - 2011-09-20

Automedia not works for this site so anyone to make bbcode for this site

http://www.collegehumor.com/


RE: CollegeHumor BBcode - Yaldaram - 2011-09-20

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]



RE: CollegeHumor BBcode - lexy - 2011-09-20

not works video not found


RE: CollegeHumor BBcode - Omar G. - 2011-09-20

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]



RE: CollegeHumor BBcode - lexy - 2011-09-20

same thing when posted This video cannot be found.
Sorry my mistake now works fine Thanks


RE: CollegeHumor BBcode - Yaldaram - 2011-09-20

(2011-09-20, 02:58 PM)lexy Wrote: not works video not found

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