• Resolved renatofrota

    (@renatofrota)


    includes/library.php has:

    $like_box_src=add_query_arg($like_box_array_query,'http://www.facebook.com/v2.6/plugins/page.php');

    it must be using https or it won’t load the like box at all if the browser is blocking mixed content.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Changing this to HTTPS resolves the problem, Renato?

    Thread Starter renatofrota

    (@renatofrota)

    Yes, my issue was resolved changing URL to https:// scheme.

    I tested this, URL should be like this:

    $like_box_src=add_query_arg($like_box_array_query,'//www.facebook.com/v2.6/plugins/page.php');

    astinuseberhard

    (@astinuseberhard)

    IMHO always should be https:// unless Facebook will drop SSL or HTTP for some other future protocol 😉

    PLEASE FIX THIS ASAP !!!

    You have everythink just in front of your eyes to fix this bug. So annoying to correct this on every update!

    Plugin Author smplug-in

    (@smplug-in)

    Hi dear user.

    We will fix this issue on upcoming weeks.

    Hope for your patience.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bug report – HTTP assets on HTTPS pages’ is closed to new replies.