On November 13, 2014 at 3:22 am
The iFrame that gets implemented is this:
<iframe class="vid_iframe" style=" width: 100%; height: 100%;" src="//www.youtube.com/embed/ltR4snOdSwI&list=PL1EEA8D333FA0371B?autoplay=0" allowfullscreen=""></iframe>
At http://matthewebel.com/geek it’s implemented as this:
<iframe width="600" height="394" src="//www.youtube.com/embed/ltR4snOdSwI?list=PL1EEA8D333FA0371B" frameborder="0" allowfullscreen=""></iframe>
Notice the & and ? placements, I’m pretty sure that’s what’s breaking it.