Link(Url) preview

Benita Forbes 1 Reputation point
2022-06-15T08:24:56.507+00:00

How to generate preview of any URL(Link) with thumbnail or another thing In Asp.net Core looks like the attached image

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,267 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 11,941 Reputation points
    2022-06-15T08:57:21.93+00:00

    You can achieve this in client side by using javascript plugins. You can make your previews by fetching the contents of the website and building the preview the way you need. Also there are plugins available that can be used. Find some helpful references.

    https://andrejgajdos.com/how-to-create-a-link-preview/

    https://github.com/embedly/jquery-preview

    Hope this helps

    0 comments No comments