BetterTwitFix
BetterTwitFix copied to clipboard
[Feature Request] Option/Parameter to disable like and retweet count
By default, the link preview has the number of likes and retweets.
In my opinion it would be cool to have a parameter to disable that, for example by adding ?likes=no
at the end of the url.
Would it be possible?
Would be kind of tricky since I do cache embeds serverside so they don't need to be re-generated. I could hide it for Tweets with 0 Likes, or move it somewhere else other than that part of the embed. I'll still look into a parameter though!