Ditch the protocol for HTTPS Colorbox support. Change line 123 In youtube_colorbox.module from
'path' => 'http://youtube.com/embed/' . $item['video_id'],
to
'path' => '//youtube.com/embed/' . $item['video_id'],
Ditch the protocol for HTTPS Colorbox support. Change line 123 In youtube_colorbox.module from
'path' => 'http://youtube.com/embed/' . $item['video_id'],
to
'path' => '//youtube.com/embed/' . $item['video_id'],
Comments
Comment #2
guschilds commentedThanks, Marvin Daugherty. I've tested this and verified it works. This fix was committed to the 7.x-1.x branch.