dev-social-badge
dev-social-badge copied to clipboard
Unofficial Social Badge for DEV.to
Any thoughts on ways to display the badge? Let's consider the options of having positive reaction counts and/or comments. We should also consider if a breakdown of the reaction counts...
This should allow, when combined with #12, users to decide which count to show in the badge. If both are enabled, separate them with a pipe `|` for now.
Resize the badge, within a reasonable max-width, based on the content.
Add a comment counter. Perhaps with an emoji to show that it's comments. Blocked by #11
Just expose the comment count in the code. Don't do anything with it yet.
Setup the [browserstack-runner](https://github.com/browserstack/browserstack-runner) to test that the badge is properly displayed, in 5 different devices: - iOS (Safari) - Android (Chrome) - Windows (Chrome) - Mac (Safari) - Windows (Firefox)
This is an undocumented parameter in the DEV.to API. README should reflect that and the code should default to the API default value of 30. Additionally, the maximum value for...