monorepo
monorepo copied to clipboard
Embedded tweet image
Twitter allows posting images from other people's tweet. Link
We can enable people to post tweets with caps in PostMaker. Caps have been displayed using the og:image
url. With this new feature, the link does not need to be included in the tweet, and instead of og:image
, we can show the actual image itself.
Tasks
Generate caps
First, the post needs to be sent to Twitter via api (twitterApi client). Basically we should create a real tweet, posting a tweet with IMAGE! To do that, we should first upload the post caps to twitter and link the uploaded media with the tweet to be created.