Embed Twitter/X feed in app

How can I embed twitter feed into the app?
I am using their official way which is through https://publish.twitter.com/.

But Retool wouldn't render it in HTML, iFrame nor Custom Components.
It just shows "tweet for xxx" but not the entire feed.

Hello @qinfeng!

Interesting, my guess would be that either HTML or a custom component would be the best option.

It sounds like you were able to get tweets to show up, so maybe you need to pass in the twitter user's account for their publishing service to stream the data :thinking:

I found online that these would be the steps for a user account:

  1. Go to Twitter Publish
  2. Enter your Twitter profile URL or the URL of the timeline you want to embed
  3. Select Embedded Timeline
  4. Customize the appearance, such as the height, width, and theme
  5. Copy the embed code
  6. Paste the code into your website's HTML where you want the feed to appear

Let me know if that works for you!