Viewing 1 replies (of 1 total)
  • Thread Starter anielsen

    (@anielsen)

    I may have partially solved my own issue. Line 305 of import-external-images.php has the following code:
    preg_match( '/^http:\/\//' , $uri )

    I changed it to:
    `preg_match( ‘/^http/’ , $uri )’

    Now it includes HTTPS links, which as it turns out were what my full image hrefs started with.

    However I am running into a few more issues:
    1) This isn’t finding files that end with all caps (i.e. JPG)
    2) It doesn’t seem to gracefully handle image URL’s with %20’s in them.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Add Linked Images To Gallery] Only getting thumbnail. Doesn't work with HTTPS’ is closed to new replies.