Skip to content

This library provides embeddable information about a URL, if it doesn't have an oEmbed provider. It is not yet an oEmbed provider for regular links.

Notifications You must be signed in to change notification settings

AnantLabs/UrlEmbed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

This library provides embeddable information about a URL, if it doesn't have an oEmbed provider. It is not yet an oEmbed provider for regular links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%