Title: Use on https site
Last modified: August 22, 2016

---

# Use on https site

 *  Resolved [Mike](https://wordpress.org/support/users/mikewaid/)
 * (@mikewaid)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/use-on-https-site/)
 * The plugin strips https from all videos which causes them to not load over secure
   connections.
 * [https://wordpress.org/plugins/fluid-video-embeds/](https://wordpress.org/plugins/fluid-video-embeds/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [NicholasCook](https://wordpress.org/support/users/nicholascook/)
 * (@nicholascook)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/use-on-https-site/#post-5694469)
 * if it helps the problem is in the function fluid_video_embed_from_url().
 * simply change the url code (starting line 394) to:
 *     ```
       $iframe_url = '//www.youtube.com/embed/' . $this->meta['id'] . '?wmode=transparent&modestbranding=1&autohide=1&showinfo=0&rel=0';
                           $permalink = '//www.youtube.com/watch?v=' . $this->meta['id'];
                           $thumbnail = isset( $this->meta['full_image'] ) ? $this->meta['full_image'] : '';
                           break;
                           case 'vimeo':
                           $wrapper_padding = ( $this->meta['aspect'] * 100 ) . '%';
   
                           $iframe_url = '//player.vimeo.com/video/' . $this->meta['id'] . '?portrait=0&byline=0&title=0';
                           $permalink = '//vimeo.com/' . $this->meta['id'];
       ```
   
 *  Plugin Author [jamie3d](https://wordpress.org/support/users/jamie3d/)
 * (@jamie3d)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/use-on-https-site/#post-5694479)
 * Sorry for the silence on this issue guys, I’ll get this fix added and pushed 
   out in a day or two.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Use on https site’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fluid-video-embeds_746591.svg)
 * [Fluid Video Embeds](https://wordpress.org/plugins/fluid-video-embeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluid-video-embeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluid-video-embeds/)
 * [Active Topics](https://wordpress.org/support/plugin/fluid-video-embeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluid-video-embeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluid-video-embeds/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [jamie3d](https://wordpress.org/support/users/jamie3d/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/use-on-https-site/#post-5694479)
 * Status: resolved