Search code examples
javascriptapitwittertweets

Twitter Embedded Tweets Remove @reply


Im trying to embed a tweet using twitter new embedded tweets but I dont want the @reply to show. Im hoping to embed multiple tweets from the same conversation but dont want redundant information.


Solution

  • Add .twt-actions { display: none; } to your CSS, this will remove 'reply', 'retweet' and 'favorite' actions.