So apparently the way I have embedded a youtube player and video list has caused a bunch of javascript errors.
I have been using the official Youtube plugin and have added a video player and gallery of my channel on this page:
This is the code I have added to the video page that the Youtube plugin had given me:
[embedyt] https://www.youtube.com/embed?listType=playlist&list=UUkbzQe9G_drgd3QoLmHZNfw&layout=gallery[/embedyt]

However, I was told in another thread that’s not right and why I’m having some javascript issues:
So I was told to try the Responsive Code on this page:
https://demo.theme.co/integrity-1/shortcodes/responsive-video/
So I pulled the code listed for youtube:
[x_video_embed]<iframe width="560" height="315" src="http://www.youtube.com/embed/gLLFPfk14UI" frameborder="0" allowfullscreen></iframe>[/x_video_embed]
And tried a couple of different things without any success:
[x_video_embed]<iframe width="560" height="315" src="https://www.youtube.com/embed?listType=playlist&list=UUkbzQe9G_drgd3QoLmHZNfw&layout=gallery" frameborder="0" allowfullscreen></iframe>[/x_video_embed]
[x_video_embed]<iframe width="560" height="315" src="https://www.youtube.com/c/ohiocannabis" frameborder="0" allowfullscreen></iframe>[/x_video_embed]
All I’m getting is a big empty box on the video page:

So what am I doing wrong?
Thank you!
