Add YouTube and Twitter Shortcodes to Eleventy
Jan 20, 2021 10:00 AM PSTchantastic and the Lunch Dev crew add YouTube and Twitter shortcodes to events.lunch.dev.
The goal: instead of copying-pasting large embed codes into markdown files, new posts can use shortcodes like youtube and twitter with a content url to add rich, embedded content.
References
- Shortcodes — Eleventy Documentation
- Convert a youtube video url to embed code — stackoverflow
- Convert Tweet URLs using oEmbed
- node-fetch