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

  • guschilds committed 7d90b19 on 7.x-1.x
    Issue #2400307 by Marvin Daugherty, guschilds: Fixed HTTPS support for...
guschilds’s picture

Status: Active » Fixed

Thanks, Marvin Daugherty. I've tested this and verified it works. This fix was committed to the 7.x-1.x branch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.