I like the "From the web" functionality in the SS 3.1 HTML editor, but is there a way to add a parameter when embedding a YouTube video using this? I can only seem to add videos from: https://www.youtube.com/watch?v=ZptD_1Icq-4 and not https://www.youtube.com/embed?v=ZptD_1Icq-4 (note watch vs. embed in url) If I include the html manually I can add rel=0 to the url, which stops related videos from being shown, is this possible with the "From the web" functionality?
Info on YouTube parameters: https://developers.google.com/youtube/player_parameters
My manual example:
<iframe src="http://www.youtube.com/embed/ZptD_1Icq-4?rel=0" width="420" height="315" frameborder="0"></iframe>