jacktuck / unfurl

Metadata scraper with support for oEmbed, Twitter Cards and Open Graph Protocol for Node.js :zap:
MIT License
474 stars 51 forks source link

meta theme-color and/or a way to access the scraped HTML? #103

Closed andyford closed 1 year ago

andyford commented 1 year ago

Could the meta theme-color value be added? (MDN docs)This could make constructing social cards from the data a bit more "branded" looking when it's available.

If not, is there some way to get access to the scraped meta info and/or HTML so authors can do their own parsing of the fetched content?

andyford commented 1 year ago

I've opened a PR to add theme-color support https://github.com/jacktuck/unfurl/pull/104