• Hi there.
    straight to the point: can we get a checkbox in options for ‘Show/hide related videos at the end’

    It’s as ‘simple’ as adding ?rel=0 at the end of embedded link (when you do it manually with iframe, and this wouldn’t show ‘random’ Youtube videos when user finish watching one video, but would show only our videos from our channel, which kind of goes along with the idea of us having more views on our own videos.

    It would seem that, at the moment, adding that at the end of URL doesn’t do the trick.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Yeah, for now you’ll have to manually edit wp-youtube-lyte/lyte/lyte-min.js, changing the rel=0 parameter in there.

    I’ll add the idea of allowing this to be changed to the backlog, but this is not something that’ll be added in the short term I’m afraid (big backlog(s), not enough time).

    have a nice day!
    frank

    Thread Starter cvrle77

    (@cvrle77)

    Ok, I’ve requested a feature without looking what actually happens after video finishes, and now that you mentioned lyte-min.js, it seems rel=0 is already set, or I am mistaken?

    I have no idea where to put rel=0 inside that script.

    If you could copy-paste a solution as something like this?

    else{eU=n+"://www.youtube-nocookie.com/embed/videoseries?list="+vid+"&"}

    needs to be changed into
    else{eU=n+"://www.youtube-nocookie.com/embed/videoseries?list="+vid+"&rel=0"}

    This is completely random, as an example what I’m asking from you, because I’ve no clue where to put it, and it seems like a perfect spot. ??

    • This reply was modified 2 years, 7 months ago by cvrle77.
    Plugin Author Optimizing Matters

    (@optimizingmatters)

    rel=0 indeed is already present for single video embeds, it is not there for playlists (but not sure it’s even needed/ honored there)? ??

    Thread Starter cvrle77

    (@cvrle77)

    Yes, my bad, I haven’t checked, I can see it in the code

    &controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd=

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Feature request’ is closed to new replies.