• Sites with SSL enabled has a problem on Dashboard with Artiss YouTube Embed plugin – even though site is visited over HTTPS, plugin loads some files over HTTP. This is a typical behaviour of plugins using WP_PLUGIN_URL global variable which ignores SSL.

    To have Artiss YouTube Embed plugin compatible with SSL
    WP_PLUGIN_URL
    should be replaced with
    plugins_url()

    https://www.ads-software.com/extend/plugins/youtube-embed/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Artiss YouTube Embed on SSL-enabled websites’ is closed to new replies.