• Resolved hothbricks

    (@hothbricks)


    When an album is called through the shortcode, it then generates the thumbnails and the links to the pictures on the page.

    But, links are all http not https, resulting in mixed content on secured websites.

    Can you update this plugin so the links to the pictures in each album called from the shortcode are called in https instead of http ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter hothbricks

    (@hothbricks)

    More : I edited flickr-jquery.js to change http to https in

    thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_q.jpg',
                        href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg',

    and it works, but it will be overwritten with the next update.

    Thanks, @hothbricks update on this, in the new version we will add https.

    Hi, just wondered if this fix for HTTPS links from Flickr will be fixed soon? I’ve also had to modify the flickr-query.js file to sort this at the moment but aware this will get overwritten whenever the plugin gets updated.

    Thanks!

    I will update it by today.

    So, let us know about this issue after update.

    Thanks

    Hi, thanks for the update to the plugin, the mixed-content error has gone now.

    Hi Rick,

    Thank for the update on this.

    Please post your feedback about our plugin & support – Here

    Thanks you so much ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘plugin & SSL – Mixed content generated’ is closed to new replies.