- GitHub Links
Social shortcuts - with JSON
Add a shortcut to your favourite social media accounts at the top of your Profile.
Note: this must be one of your URLs links and will use the same icon from your link

Add Social shortcuts
- Find your
jsonfile in thedatafolder using your GitHub username, for exampledata/sarajaoude.json
If you need help on how to edit this file, please see the Editing Guide
- Add a collection called
socialsat the root of your json file which will contain one or more social objects. Each social object must have two fields,platformandurl, which will look like this:
{
"icon": "FaTwitter",
"url": "https://twitter.com/eddiejaoude"
}This is what a complete example looks like:
"socials": [
{ "icon": "FaTwitter", "url": "https://twitter.com/eddiejaoude" },
{ "icon": "FaGithub", "url": "https://github.com/eddiejaoude" },
{ "icon": "FaYoutube", "url": "https://youtube.com/eddiejaoude" }
]- Now you can commit your file and create a Pull Request, for more details please see Editing Guide
The icon you would like displayed. We support the following icon sets: Fa and Si from React Icons.
Clicks on these social shortcuts that match any of your links will also increment their respective counters