View Full Version : HTML code is being parsed inside [code]
nasko
03-04-2012, 02:54 PM
<iframe width="560" height="315" src="http://www.youtube.com/embed/8UVNT4wvIGY" frameborder="0" allowfullscreen></iframe>
So the code above visualizes the youtube window instead of just showing the html code as it is.
Any ideas why?
Do you have a mod for embedding youtube videos? Maybe it's not respecting the code tags.
<iframe width="560" height="315" src="http://www.youtube.com/embed/8UVNT4wvIGY" frameborder="0" allowfullscreen></iframe>
It's not happening here or on my test site so I don't think it's standard vbulletin behavior. If you're not sure, try disabling all plugins by editing includes/config.php and putting this:
define('DISABLE_HOOKS', 1);
just under the <?php at the top.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.