• slackarse

    (@slackarse)


    Hi,

    Great plugin! I have a small, easily fixed issue. When running admin on https, I’m getting mixed content errors caused by the plugin.

    I’ve made a quick fix to the plugin which fixes the issue:

    file: /lib/constants.php

    if( !defined( 'FLUID_VIDEO_EMBEDS_URLPATH' ) ) define( 'FLUID_VIDEO_EMBEDS_URLPATH', plugins_url() . "/" . plugin_basename( FLUID_VIDEO_EMBEDS_DIRNAME ) );

    if( !defined( 'FLUID_VIDEO_EMBEDS_URLPATH' ) ) define( 'FLUID_VIDEO_EMBEDS_URLPATH', plugins_url() . "/" . plugin_basename( FLUID_VIDEO_EMBEDS_DIRNAME ) );

    https://wordpress.org/plugins/fluid-video-embeds/

The topic ‘SSL Fix’ is closed to new replies.