Okay
  Public Ticket #1853014
YouTube Related Videos
Closed

Comments

  •  1
    nnahmed started the conversation

    Hi

    How I can Remove Related Videos From The End Of a YouTube video ?

    What URL i have to use or what setting i have to make in the theme ?

    https://youtu.be/RJxkTqiM2vo


    Regards

  •  2,010
    Ocean replied

    Hi,

    Using the video link like as this link: http://prntscr.com/m6toun

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

    Just change the Youtube video ID: 

    RJxkTqiM2vo

    Thanks

  •  1
    nnahmed replied

    Hi 

    Thanks for quick reply. Did not work, page display blank 

    Please check.

    Regards


  •  2,010
    Ocean replied

    Using the "Text Block" element to instead for the "Video Player" element: http://prntscr.com/m7u1px

    <iframe src="https://www.youtube.com/embed/ZBoTTgtGvzg?rel=0" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
    

  •  1
    nnahmed replied

    That is not a handy solution at all. Theme should support that as you shared the last link.  We have many videos. We can not go and grab so many URLs and second it is not friendly at all.

    Please manage it on the theme level or control level as you shared link before 

  •  2,010
    Ocean replied

    Hi,

    You are using the "Video Player" element default of the WPBakery Page Builder: http://prntscr.com/m8agac and element default: https://wpbakery.com/features/content-elements/ , so we cannot edit the php code for this default element.

    The solution now is that you need to use your own custom shortcode element for displaying videos.

    Thank you