Hello, I want to grab the thumbnail associated with the product. e.g. I link to an amazon product or a homebase product and it shows the thumbnail image before the user clicks through to buy. How would I go about doing this? At the moment I can assigns an affiliate tag automatically to url's listed, depending on the merchant but fear I will have to scrap that and instead have to search a product feed to grab the product info including the thumbnail and assign my aff tag. It would be great if I didnt have to do this, so if there is any way? That would a great help! Thank you
I am not sure if I understood the question, it would be better if you show the code or provide a demo of what you are trying to achieve. You can add an attribute to your html tag like "data-thumb='url-to-product-thumb.tld/image.png'" and use jquery to display the thumb.
Take a note that "data-thumb" is a HTML5 only attribute - it will probably work on other versions as well, but will throw errors. Just FYI