[Feature suggestion] Add new style for social: ?style=social #39

Open
opened 2025-11-20 04:15:25 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @chrimaho on GitHub (Dec 29, 2022).

You currently have these styles, and they are very useful:

style demo
flat
flat-square
plastic
for-the-badge

However, shields.io has one other style available: social. See more info here.

For example:

style demo
flat
flat-square
plastic
for-the-badge
social

But when I try to use this for Profile Views:
![](https://komarev.com/ghpvc/?username=chrimaho&style=social)

Can you please also add this ?style=social function to your repo?

Thank you!

Originally created by @chrimaho on GitHub (Dec 29, 2022). You currently have these styles, and they are very useful: | style | demo | | ----- | ---- | | `flat` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=007ec6&style=flat) | | `flat-square` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=007ec6&style=flat-square) | | `plastic` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=007ec6&style=plastic) | | `for-the-badge` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=007ec6&style=for-the-badge) | However, [shields.io](https://shields.io) has one other style available: `social`. See more info [here](https://shields.io/#styles). For example: | style | demo| |---|---| | `flat` | ![](https://img.shields.io/github/followers/chrimaho?style=flat) | | `flat-square` | ![](https://img.shields.io/github/followers/chrimaho?style=flat-square) | | `plastic` | ![](https://img.shields.io/github/followers/chrimaho?style=plastic) | | `for-the-badge` | ![](https://img.shields.io/github/followers/chrimaho?style=for-the-badge) | | `social` | ![](https://img.shields.io/github/followers/chrimaho?style=social) But when I try to use this for Profile Views: ![](https://komarev.com/ghpvc/?username=chrimaho&style=social) `![](https://komarev.com/ghpvc/?username=chrimaho&style=social)` Can you please also add this `?style=social` function to your repo? Thank you!
saavagebueno added the enhancementhelp wanted labels 2025-11-20 04:15:25 -05:00
Author
Owner

@antonkomarev commented on GitHub (Dec 30, 2022):

@chrimaho this project uses the poser/badge library for the badge rendering. You should raise request there, then we will be able to upgrade dependency here.

@antonkomarev commented on GitHub (Dec 30, 2022): @chrimaho this project uses the [poser/badge](https://github.com/badges/poser) library for the badge rendering. You should raise request there, then we will be able to upgrade dependency here.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/github-profile-views-counter#39