As the title suggests, I’m looking to get the links of tweets under a twitter thread and then use the links to embed the tweets under that thread in a website.
Basically, I’m looking to embed a twitter thread instead of a single tweet in a website.
1 Like
You may have to use the API Search Tweets - How to build a query | Docs | Twitter Developer Platform to retrieve the conversation using conversation_id:123... operator and embed tweets individually that way, I don’t think there is a ready made way to embed a full conversation.
Links to tweets always have the same structure, ...twitter.com/username/status/tweet_id
2 Likes
system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.