SaraVieira / fiddly

Create beautiful and simple HTML pages from your Readme.md files
https://fiddly.netlify.com
MIT License
1.01k stars 39 forks source link

Add Social Media Preview Image Support #30

Closed Saeris closed 4 years ago

Saeris commented 4 years ago

Added a new option shareCard, which when set will add a meta tag to the header for a social media preview image for Facebook, Twitter, etc. shareCard must be an absolute URL, since meta uses content not href.

This PR also cleans up/reorganizes head.js, automatically excluding meta tags for unset values. ie: if homepage is not set, then the meta tag for og:url won't be rendered.

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/saravieira/fiddly/a6ezabo3t ✅ Preview: https://fiddly-git-fork-saeris-master.saravieira.now.sh

SaraVieira commented 4 years ago

Hey Drake!

Sorry I completly missed this :(

Thank you much!!!