Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Gene, you have to check your images URL and make sure they all are secure if that is what you want. For example your image URL should start with https://….

    You can try the following plugin to help you achieve this.

    Plugin Author Sayontan Sinha

    (@sayontan)

    Hmm… Looks like I missed this scenario. Go to the file, Photonic_Picasa_Processor.php, and look for this line:

    $query_url = 'https://picasaweb.google.com/data/feed/api/user/'.$user_id;

    Change it to:

    $query_url = 'https://picasaweb.google.com/data/feed/api/user/'.$user_id;

    That should fix the issue.

    I will take care of this in the next version.

    Thread Starter Gene

    (@gene158)

    Thank you very much Sayontan, works perfectly now!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Load Picasa Images over SSL’ is closed to new replies.