I would like to embed tweets but without the engagement buttons, i.e. reply, retweet and like.
I have seen you can do this with the follow button:
Remove follow button from embedded tweet
I'm struggling to figure out how to do it for the buttons though.
How can I do this?
I tried:
<style>
.TweetAction { display: none; }
</style>