Is there a way to embed videos from Vimeo using SSL/HTTPS? Our site has to be viewed under SSL and this is breaking functionality when we are trying to display Vimeo content using the media_vimeo provider.

Similar issue/feature is already being added to 7.x branch however we cannot go to D7 yet, I am looking for a way to do this in D6. http://drupal.org/node/1366706

Anyway I can make this work in D6 or Vimeo 6.x-1.1?

Comments

c3rberus’s picture

Title: How can » Issue using Vimeo videos with SSL/HTTPS in D6

Sorry about the title typo, can't seem to change that :(

c3rberus’s picture

Issue summary: View changes

fix typo

Anonymous’s picture

Issue summary: View changes
StatusFileSize
new1.12 KB

Here is a working patch I got. The issue for me came from the the theme aspect of the module.

gngn’s picture

Status: Active » Needs review
StatusFileSize
new989 bytes

Thank you, patch #2 works when applied by hand.

To use it via patch -p1 < [patch-file] the paths needed correction (you can apply the attached patch directly in the media_vimeo directory).

I also tried to use the recommendation for patch file names and put this to 'Needs review'.

It would be even better if we could choose the protocol in the UI but for now it works ;)

hbat66’s picture

Confirming manual patching of media_vimeo.theme.inc lines 43 and 59 solved the problem we were experiencing too...

Our HTTPS site can now show viewers our Vimeo videos via HTTPS IFRAMEs.

Thank you, dimasum!

doostinharrell’s picture

The latest patch wasn't applying cleanly for me so I re-created it.

danepowell’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for these patches. Obviously 6.x is way unmaintained at this point, but for what it's worth, #5 worked for me.