Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1219333

    art4life
    Participant

    Hi

    How can i Add a youtube playlist inside a cornerstone element ?

    (i have single youtube videos working fine)

    Thanks

    #1219342

    Thai
    Moderator

    Hi There,

    You can add the embed code to the raw content element, example code:

    <iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLMC9KNkIncKtPzgY-5rmhvj7fax8fdxoj" frameborder="0" allowfullscreen></iframe>

    Hope it helps 🙂

    #1219896

    art4life
    Participant
    This reply has been marked as private.
    #1219995

    Jade
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1220846

    art4life
    Participant
    This reply has been marked as private.
    #1220847

    art4life
    Participant
    This reply has been marked as private.
    #1221013

    Jade
    Moderator

    Hi there,

    Thanks for the details.

    I have checked the second embedded code and the playlist isn’t working because there seems to be something incorrect with the code. I have gone ahead and updated it and the playlist should be showing up now.

    As for the video getting cut off, it is inevitable because Youtube videos try to maintain the video dimensions in order for the videos not to look stretched. You could, however, add some CSS styles to make the embedded videos responsive.

    You could check it out here: https://coolestguidesontheplanet.com/videodrome/youtube/

    Hope this helps.

    #1221045

    art4life
    Participant

    Hi

    It was not the video getting cut off (even though the height is weird when i drag out my page),

    i want to be able to view the playlist as well to the left of the viewer as it displays in youtube normally, so videos can be selected.

    If you check out the pic i attached before you will see what i mean, it has the full view,

    As it is it currently looks like single videos on the page

    Thanks

    #1221725

    Friech
    Moderator

    Hi There,

    Please paste your code on a Embedded Video element instead of RAW content element, because YouTube video needs to have an Aspect Ratio of 16:9.

    This is not possible.


    screenshot

    That playlist on the right is the YouTube dynamic sidebar, and not part of the embed video. That sidebar can even detached/stack below the video if you choose theatre mode.


    screenshot

    The embedded playlist video will show a playlist menu on the upper left side,


    screenshot

    Which needs to be click by the user to show the playlist.


    screenshot

    Hope this shed some lights.

    Cheers!