Embed Tweet component that generates the tweets at build time from IDs.
We need an embed tweet component that's something like...
tweet: <$id>
Thanks. for the issue we use to have the tweet embeds on our old website but removed that becuase of some performance reasons see for more info https://gitpod.slack.com/archives/C01KGM9ETU6/p1603818450009300?thread_ts=1603810899.008500&cid=C01KGM9ETU6
Thanks to @mikenikles for the following idea
However, a much better approach is to develop something where we can provide a list of tweets and we fetch the tweet at build time. Then we don’t have to copy & paste the tweet content and create HTML manually.
There are two requirements:
- What Geoff mentioned initially: A way to quickly embed a tweet in Markdown (i.e. the docs or a blog post)
- A way to render tweets such as the testimonials
Both are closely related and we can track them in the same issue.
@nisarhassan12, why is this on hold?
FYI, https://github.com/gitpod-io/website/issues/2323#issuecomment-1168831482
Possible Solution suggested by Jacob.
But, It has a blocker to use BEARER_TOKEN (can get it from here). but, it comes with a limitation to have a specific tweets/month rate. & Some parameters are in premium API keys. It will require some more effort.