• Hi there,

    because this plug in here is all about external image urls I thought the following question is a valid one for this forum.

    I am trying to create woocommerce products with featured images via REST API which works perfectly.

    My question is regarding actually do you know a nice approach the getting images urls from an external link?

    Currently I am using https://microlink.io/ but there are cases where they don’t respond with a proper image. In addition to that it is just respond with a single image.

    Do you have a hint for my how I can grab all images from a external shop page?

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author fifu.app

    (@marceljm)

    Hi @bugswp.

    I have plans implement a related feature in the future. But don’t wait for it because it can take too long: FIFU is developed on my spare time.

    My strategy would be to read all the HTML code of the informed page URL, searching for IMG tags.

    If you are a developer, I’m sure you can do that easily.

    However, I’ve read that some services, such as Google Images, can block you if try to capture its URLs many times.

    For now the plugin work with image URLs provided by the user. So capture URLs isn’t a problem for now and I didn’t explored the subject enough. Those are just some thoughts I’m having now.

    If you are looking for a ready service, unfortunately I don’t have no one to indicate.

    Hi Marcel.
    A really quick question regarding your product.
    I’m creating products via WC REST API.
    The question is – in the JSON, can I use something like this (image url is dynamic):

    “images”: [
    {
    “src”: “https://996356.app.netsuite.com/core/media/media.nl?id=1022936&c=996356&h=b3579ce7d2680de37931”
    }
    ],
    I tried installing the free plugin and used Postman to test, but the request failed.
    1: Do I need to buy the pro version to allow the REST API to function?
    2: Will it allow me to reference the images via a query ?ID ?

    Happy to pay if this will work.
    Cheers
    JR

    Plugin Author fifu.app

    (@marceljm)

    Hi, JR.

    This free version doesn’t support REST API.

    And, unfortunately, by the forum rules, I’m not authorized to talk about Premium features here.

    Thanks for understanding.

    Marcel
    I’d contact you on your website if you had an email or a contact form on it, but you don’t.
    my website: https://jrdesign.com.au.
    There’s a contact form: https://jrdesign.com.au/contact

    Plugin Author fifu.app

    (@marceljm)

    Done, @ozbassplayer.

    PS.: actually the premium version has a site and a support email too. But believe me, I can’t inform that here as well. Sorry for that.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Getting all images from external shop url’ is closed to new replies.