- Rahul
- UrlEmbed gets information to show in a visual summary of a link.
- This project is forked and is going through a revamping.
- Gets basic information such as title, description and thumbnail images
- Can be used for a link sharing application, or in our case to store more information of items in a search index
- It uses FastImage to get width, height of Images, and returns images if height >=50 && width >= 100 or width >= 50 && height >= 100
UrlInfo urlInfo = UrlEmbed.UrlEmbed.GetUrlInfo(url);
MIT, see file "MIT-LICENSE"