0
I’m creating a site where I want to display the last two videos posted on a particular channel, but I can’t pass the parameters of index
of the video by src
of iframe
as shown below:
<iframe
src="https://www.youtube.com/embed?listType=playlist&list=PLYFQKMIdrXSbuNYzQmrc8ocTdT6u4EZGe&index=0"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe
src="https://www.youtube.com/embed?listType=playlist&list=PLYFQKMIdrXSbuNYzQmrc8ocTdT6u4EZGe&index=1"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
Can someone help me with a possible solution to my problem?
Hello @Lucas Welcome to Sopt, before starting a look at our [Tour], -- I made an edition in the description of your question, if my edition does not represent your doubt you can reverse it at this link -- =D
– Icaro Martins