kevmo314 / blog

https://blog.kevmo314.com
0 stars 1 forks source link

faster-twitter #5

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Faster Twitter Embeds | Kevin's Blog

I made Twitter faster.

https://blog.kevmo314.com/faster-twitter.html

mhevery commented 1 year ago

Nice write up. I agree there are many ways to do better, as you show in this blog post. But shouldn't Twitter do that out of the box?

kevmo314 commented 1 year ago

Nice write up. I agree there are many ways to do better, as you show in this blog post. But shouldn't Twitter do that out of the box?

Not sure why they don't, but there's only so much we can do without working there 🫡

erikfiala commented 2 months ago

Hey, truly love the simplicity of this solution, but is it still working? It's not loading the Twitter embed UI when I use "fastertwitter"

kevmo314 commented 2 months ago

Hey, truly love the simplicity of this solution, but is it still working? It's not loading the Twitter embed UI when I use "fastertwitter"

Unfortunately yeah, since the acquisition and its API changes it's not possible to do this anymore. I heard through the grapevine that there's a not-public API to fetch tweets though, the same strategy could be adapted to call that API: https://github.com/vercel/react-tweet/blob/main/packages/react-tweet/src/api/fetch-tweet.ts