• Instead of seeing my photostream I just saw placeholders from Flickr…
    “Image currently unavailable”.
    But clicking on one of these brought me to the correct flickr image.

    I checked the page source and saw that the thumbnail urls ended with _m.jpg_m.jpg

    Removing the last _m.jpg revealed the correct thumb.

    What did the trick?
    In the file plugins/flickr-photostream/flickr-photostream.php on line 233 I replaced
    return($ris);
    with
    print($ris);

    I am aware that this is just a quick fix.

    https://www.ads-software.com/plugins/flickr-photostream/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author miro.mannino

    (@miromannino)

    Do you use photon?

    Thread Starter holgerhubbs

    (@holgerhubbs)

    No, I am linking directly to my flickr photostream.

    The above isn’t really a solution, because when you save the post the plugin gets executed; it outputs the thumbnails, but in the wrong context.

    Why does saving the post in the editor fire the plugin?

    Plugin Author miro.mannino

    (@miromannino)

    Can you link me the page where these images are shown?

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