Quote:
Originally Posted by Disasterpiece
The Settings from Auto Youtube Viewer in your vB AdminCP > Settings > Auto Youtube Link Converter
I added an option in version 1.3 exactly for that purpose 
|
Ok...
That code is exactly what's in that box right now at the last line?
Code:
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/%1$s" width="480" height="360">
<param name="movie" value="http://www.youtube.com/v/%1$s" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<!-- Fallback content -->
<a href="http://www.youtube.com/watch?v=%1$s">
YouTube Video:<br /><img src="http://img.youtube.com/vi/%1$s/0.jpg" width="240" height="180" alt="Click here to view on youtube" /></a>
</object>
Regards,
Doug