2008-10-20, 05:49 AM
(This post was last modified: 2008-10-25, 02:52 PM by TStarGermany.)
here's my little selfmade plugin
youtube.php (Size: 981 bytes / Downloads: 198)
* you can paste the complete youtube URL between the tags [youtube] tags
* doesn't matter if you have national subdomain prefix (e.g. de.youtube.com) or some trash at the end
* you must adjust the width/height values in the sourcecode below yourself (if you want no default youtube video resolution)
* no bug when multiple videos are included in 1 post
- under the video there will be a link to the original youtube video page (which you can remove if you don't want it)...
if you don't want it, remove this out of the sourcecode
hope you like it
youtube.php (Size: 981 bytes / Downloads: 198)
* you can paste the complete youtube URL between the tags [youtube] tags
* doesn't matter if you have national subdomain prefix (e.g. de.youtube.com) or some trash at the end
* you must adjust the width/height values in the sourcecode below yourself (if you want no default youtube video resolution)
* no bug when multiple videos are included in 1 post
- under the video there will be a link to the original youtube video page (which you can remove if you don't want it)...
if you don't want it, remove this out of the sourcecode
<br><a href="http://www.youtube.com/watch?v=$2">GO TO ORIGINAL YOUTUBE VIDEO</a>
hope you like it