Video player widget shows list of next recommended videos in playlist.

0
Hi,  I’m working on application, where I have used video player widget to play youtube video. when I enter the link of video, it plays that video properly on web but after finishing the video it shows the list of next recommended videos for the playlist from that channel. How do I overcome this thing ?  
asked
1 answers
1

Hi chaitali,

 

For implimenting this, make sure you have used the param ‘ rel=0’ in your link, which will stop related videos to your embedded video.

 

example: 

https://www.youtube.com/embed/5Oe5h8YsKKs?rel=0

 

make sure your URL looks like this,

Hope it helps!

answered