Skip to content

gets title, description, thumbnail images for an url, to use in facebook like linkshare

License

Notifications You must be signed in to change notification settings

ynrajasekhar/UrlSharer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UrlSharer

  • 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

Installation NuGet

PM> Install-Package UrlSharer

Example

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

Demo

Licence

MIT, see file "MIT-LICENSE"

About

gets title, description, thumbnail images for an url, to use in facebook like linkshare

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages