Embed
Embed copied to clipboard
Reddit data is very lacking
Currently for Reddit we're only able to fetch the title. This is due to "new" Reddit being client-side rendered.
There's two possible solutions to implement:
- write a detector that uses the Reddit API
- convert "reddit.com" links to "old.reddit.com" links, since old Reddit has all the open graph tags we need
I settled for the second option for my own needs. Willing to hear what others think.