• Hello,

    Great plugin but I can only use Pixabay or Flickr because the Google Scraping or even API don’t generate any image for me. I check my server setting (CURL enabled and allow_url_fopen = On PHP Info).

    I test with simple title like “house” or “ferrari” but the message has “No image for Ferrari | Successful generation !!” Screenshot

    Google Images API don’t work either, but I create the API, setup Custom Search, validate the domain and everything seems correct (Screenshot) When I test in API Explorer works – Screenshot

    Any idea about the problem?

    Thanks

    https://ww.wp.xz.cn/plugins/magic-post-thumbnail/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alexandre Gaboriau

    (@mcurly)

    Hello sbml,

    Seems weird that Google Scraping doesn’t work. I don’t really have idea, maybe Google blocked your website.
    Have you tried the plugin on your a local or other server ?

    Thread Starter sbml

    (@sbml)

    $result      = wp_remote_request( $url, $defaults );
    $result_body = json_decode( $result['body'], true );

    Is that supposed to work with Google Scraping now??

    Or you made this for the depreceated Google API that no longer works?
    https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=

    Thread Starter sbml

    (@sbml)

    The Plugin Works well with Google API but the problems is the 100 request limit…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google Image Scraping or API not working’ is closed to new replies.