:
I don't put any [url] tags in it. I simply copy and paste it without changing anything.
|
Here’s the code you posted:
:
<iframe width="420" height="315" src="[URL]http://www.youtube.com/embed/E1KJw6f7v8Q[/URL]" frameborder="0" allowfullscreen></iframe>
Note the
part of the code, which has BBCode tags added to it. Youtube embed codes do not use those tags, ever.
Here’s the code with the BBCode tags removed:
:
<iframe width="420" height="315" src="http://www.youtube.com/embed/E1KJw6f7v8Q" frameborder="0" allowfullscreen></iframe>
This produces:
It’s possible the forum software saw the URLs in the code you posted and automatically wrapped them in [URL] tags, but I couldn’t get it to do that myself.
e: Oh my god this post has broken horribly.
e2: Fixed. Someone make a note that [noparse] tags break things.