Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Oct 31, 2022 02:43 AM
Hello . Is there a way to preview a URL link (in field 1) to show within a table field (Field 2) as a thubnail of image ?
Oct 31, 2022 04:54 AM
No, this is not natively built into Airtable. Airtable only provides the URL preview extension, but it only supports a tiny handful of websites, and it’s an extension so it can only show you one record at a time.
To effectively do what you want to do, you would need to use an external 3rd-party screenshot API service. A few screenshot API services are listed below, but I’m sure there are others as well.
Then, to automate the entire procedure, you would either need to:
Oct 31, 2022 05:04 AM
Note that these tools will provide a static view of what the image looked like when the service was run. If the image changes at the source, you will have a mis-match.
Oct 31, 2022 05:22 AM
Right, good distinction. Airtable’s extension will load a “live version” of the site. Otherwise, using the other methods, you will only get a static version of how the website looks when you run your automation.
Oct 31, 2022 06:09 AM
Thank you for your feedback and support . Is there a wesite that has resources / personnel that can help me in writing the custom JavaScript ? Mayby I can contact Airtable personnel who can provide me with this script .
Oct 31, 2022 06:28 AM
You could look at Airtable’s scripting API:
Oct 31, 2022 07:11 AM
If you are interested in a live preview of an image url in one record at a time in an extension, I show one way of doing that in this post.