react-lite-youtube-embed icon indicating copy to clipboard operation
react-lite-youtube-embed copied to clipboard

Can we hide the suggested videos after completing the video?

Open kalyan-geekyants opened this issue 2 years ago • 4 comments

@ibrahimcesar can we hide the suggested videos after watching the video?

kalyan-geekyants avatar Jul 26 '23 06:07 kalyan-geekyants

No.

ibrahimcesar avatar Aug 10 '23 23:08 ibrahimcesar

@ibrahimcesar I figured out that, by adding params="rel=0", we can disable the suggested videos section after completing the video.

<LiteYouTubeEmbed
    id="video-id"
    title="title"
    params="rel=0"
/>

kalyan-geekyants avatar Aug 16 '23 07:08 kalyan-geekyants

@ibrahimcesar I figured out that, by adding params="rel=0", we can disable the suggested videos section after completing the video.

<LiteYouTubeEmbed
    id="video-id"
    title="title"
    params="rel=0"
/>

That doesn't work anymore.

HenestrosaDev avatar Aug 30 '23 13:08 HenestrosaDev

Unfortunately this is a YouTube decision outside of our control.

ibrahimcesar avatar Nov 23 '23 13:11 ibrahimcesar