问题
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.
回答1:
Add .twt-actions { display: none; }
to your CSS, this will remove 'reply', 'retweet' and 'favorite' actions.
来源:https://stackoverflow.com/questions/11635579/twitter-embedded-tweets-remove-reply