If you are using HTTPs, or a mix of HTTP and HTTPs, this module will not show the videos, because they are served over HTTP only. Even if you specify an HTTPs url for youtube, it goes to HTTP, because the module is just parsing the video ID out of the URL and discarding the rest.

The fix is to use protocol relative URLs when generating the embed address.

The attached patch fixes youtube videos, but I did not look at what other sites support serving over both HTTP and HTTPs.

(Apologies if the attached patch is in the wrong format...I'm not quite sure how to do it properly)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

grom358’s picture

FileSize
1.46 KB

Slight fix to format of patch file supplied by @grantemsley

grom358’s picture

Status: Active » Needs review
Chris Gillis’s picture

Confirm this patch works. +1 from me. :)

Anonymous’s picture

+1

grom358’s picture

Status: Needs review » Reviewed & tested by the community
DamienMcKenna’s picture

blackdog’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

This was fixed in #786774.