• Could you please request the https:// (SSL) flickr streams instead of the https:// (Non-SSL)? This would avoid mixed content warnings in browsers for blogs that run via SSL. With https:// the flickr images are embedded with http only.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter viscacha

    (@viscacha)

    I already applied this to my blog for the current version. It’s working like a charm.
    Two-step instructions:

    Find:
    $rss = 'https://api.flickr.com/services/feeds/photos_public.gne?id='.$id.'&lang=en-us&format=rss_200';
    Change to:
    $rss = 'https://api.flickr.com/services/feeds/photos_public.gne?id='.$id.'&lang=en-us&format=rss_200';

    Find:
    $rss = 'https://api.flickr.com/services/feeds/groups_pool.gne?id='.$id.'&lang=en-us&format=rss_200';
    Change to:
    $rss = 'https://api.flickr.com/services/feeds/groups_pool.gne?id='.$id.'&lang=en-us&format=rss_200';

    Would like to see this in the official distribution.

    Plugin Author Meks

    (@mekshq)

    Hi,

    Thanks for your feedback!

    Sure, we will do a proper https vs http detection and include it in the next plugin update ??

    Best regards

    Thread Starter viscacha

    (@viscacha)

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘https / SSL’ is closed to new replies.