Home > Software design >  how to add social media follower counter in github profile readme
how to add social media follower counter in github profile readme

Time:09-30

I am wondering if it is possible to add the social media follower counter badge eg facebook, twitter etc. on github profile readme file. I saw some github profiles using this features for eg

enter image description here

How can i do this for facebook, instagram and twitter.

Edit

So basically what I want is to show the total number of current(live) follower in my fb/instagram/twitter page. For example we can use we can use this for twitter

![Twitter Follow](https://img.shields.io/twitter/follow/elonmusk?color=1DA1F2&logo=twitter&style=for-the-badge)

Twitter Follow

so how can do something like this for Facebook and instagram

CodePudding user response:

You can use a project like scriptnull/badgeit to generate as many badges you need, and reference them in your README.

It uses styles from shields.io, which does include social styles.

CodePudding user response:

My friend recommends this guy: https://github.com/kefranabg/readme-md-generator

  • Related