• Resolved lgespee

    (@lgespee)


    When using a mixed protocol site (both http and https are supported) and the WordPress site URL is set to use http, the images from Social Media Widget are being loaded over http, even when the user is visiting the https version of the website.

    This is being caused by using WP_CONTENT_URL in social-widget.php for composing the plugin URL, a better way to get the plugin URL would be
    define('SMW_PLUGINPATH', plugins_url( '/', __FILE__ ));

    https://wordpress.org/plugins/social-media-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Garrett Grimm

    (@grimmdude)

    Hi There,

    Thanks, this fix has been added to 4.0.5

    -Garrett

    Thread Starter lgespee

    (@lgespee)

    You’re welcome. Please make sure to test it afterwards for any unwanted behaviour, I didn’t do any elaborate testing after the change.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icons not being loaded over HTTPS [fix included]’ is closed to new replies.