Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 815 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 815 Bytes

UrlEmbed

Build status

  • 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

Example

UrlInfo urlInfo = UrlEmbed.UrlEmbed.GetUrlInfo(url);

Licence

MIT, see file "MIT-LICENSE"