Is it possible to embed a youtube video using the "watch_popup" method without suggested videos being shown at the end of the video (rel=0)? I really like the "watch_popup" method because it shows the share buttons and the Youtube HD logo with HD videos.Something like this should work... but it doesn't.
<iframe title="YouTube video player" width="650" height="390" src="http://www.youtube.com/watch_popup?;v=VIDEO_ID&rel=0" frameborder="0" allowfullscreen></iframe>Thank you in advance for your help!