We use the [tube] feature to allow embedding of YouTube videos in our forums (version 9.51). Is there a way to enforce the "no related video" parameter from the YouTube embed code query string? (example below)
We always want this enforced so I'm wondering if we can modify a file to include it. We don't want user control of it.
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/xxxxxxxxxxx&hl=en_US&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xxxxxxxxxxx&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>