Closed bersling closed 8 years ago
For embedding youtube videos, a useful option is ?rel=0 at the end of the embed code. This prevents suggestions of other videos once the video is done playing. However, when I put a url containing ?rel=0, other videos are suggested anyways.
put
$scope.playerVars = { rel: 0 }
as a part of your player-vars. read more here :star:
player-vars
For embedding youtube videos, a useful option is ?rel=0 at the end of the embed code. This prevents suggestions of other videos once the video is done playing. However, when I put a url containing ?rel=0, other videos are suggested anyways.