in reply to Generate a thumbnail for a given link

I would look at oembed and LinkEmbedder, which fetch and render link "preview" information.

If you want to do this yourself, look at either the source code of those modules, or look at any HTTP agent for the fetching and some of the HTML parsers.

  • Comment on Re: Generate a thumbnail for a given link

Replies are listed 'Best First'.
Re^2: Generate a thumbnail for a given link
by Matthew.S (Initiate) on Jul 25, 2021 at 19:53 UTC
    This works like a charm. Thank You so much!!!