1

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.

Clifford
  • 88,407
  • 13
  • 85
  • 165
Jacob Lowe
  • 698
  • 7
  • 16

1 Answers1

1

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

Roman Liutikov
  • 1,338
  • 10
  • 17