- UrlSharer gets title, description and thumbnail images
- We can use this information for facebook like linkshare
- It uses FastImage to get width, height of Images, and returns images if height >=50 && width >= 100 or width >= 50 && height >= 100
PM> Install-Package UrlSharer
UrlInfo urlInfo = UrlSharer.UrlSharer.GetUrlInfo(url);
MIT, see file "MIT-LICENSE"