You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this plugin to fetch (and display) images connected to some urls in my app.
I tried this plugin with many sites and works perfectly, but with Amazon it returns me a wrong link.
For example, passing this link it returns me this image url (which is not the correct image) while metadata-fetching APIs such as LinkPreview.net return this one
Why is this happening? And how can I solve it? I would prefer not to use a proprietary third-party API.
(By the way, congratulations on the excellent work that the plugin does with the other sites!)
The text was updated successfully, but these errors were encountered:
Heyy, sorry for the late response.
After a bit of research, I supposed that Amazon isn't following the standard that other website follows, and this is why the plugin doesn't work with its urls...
Since I really needed that feature for Amazon urls too, I managed to fetch the image of the product by kind of ""reverse-engineering"" the HTML of Amazon product pages and then extracting the real image link from the html of the url's page.
I'm using this plugin to fetch (and display) images connected to some urls in my app.
I tried this plugin with many sites and works perfectly, but with Amazon it returns me a wrong link.
For example, passing this link it returns me this image url (which is not the correct image) while metadata-fetching APIs such as LinkPreview.net return this one
Why is this happening? And how can I solve it? I would prefer not to use a proprietary third-party API.
(By the way, congratulations on the excellent work that the plugin does with the other sites!)
The text was updated successfully, but these errors were encountered: