tonickkozlov / vue-tweet-embed

Embed tweets in your vue.js app
111 stars 27 forks source link

How can i hide retweets in Timeline ? #20

Open mrbuds opened 5 years ago

mrbuds commented 5 years ago

I tried with css but it doesn't work within the iframe

.timeline-Tweet--isRetweet { display: none; }