Quote:
Originally Posted by Meister
Haha what the hell is that still doing there. I thought I'd deleted that ages ago. Sorry, but it actually only displays one certain youtube video no matter what you put in it. Throwing that out for real now.
Gonna look into maybe making an embedding tag but that one took a pretty large chunk of code to work so don't hold your breath.
Surely not more so than old people who count out €43.78 in exact change coin by coin, apparently checking each one if it isn't a valuable rarity.
|
If you really want an embed tag, I can probably whip up some code for you.
For example, if you could find a way to change something like:
Code:
<embed src="http://www.youtube.com/v/6AeokMsdMlM&hl=en_US&fs=1&" type="application/x-shockwave-flash" width="480" height="385"></embed>
to a BBCode tag like
Code:
[embed]http://www.youtube.com/v/6AeokMsdMlM&hl=en_US&fs=1&[/embed]
it SHOULD allow a video to be plopped right onto the page. Or if you want it to be hidden like the FUCKFENRIS tags used to be, you could always pull the code left over from the old SPOILER2 tags if there's any of it left. Otherwise, I can probably figure out how to re-create it.