To customize the social media links on your website, follow the steps below:
Open the data/social.json file.
Update social media links in the social section of the file. You can add or remove social media links as per your requirements.
To add new social media links, follow the existing pattern in the file.
example code:
{
"main": [
{
"name": "facebook",
"icon": "fab fa-facebook",
"link": "https://www.facebook.com/"
},
{
"name": "twitter",
"icon": "fab fa-twitter",
"link": "https://twitter.com/"
},
{
"name": "github",
"icon": "fab fa-github",
"link": "https://www.github.com/"
},
{
"name": "linkedin",
"icon": "fab fa-linkedin",
"link": "https://www.linkedin.com/"
}
]
}
To customize the social media links on your website, follow the steps below:
Open the
data/social.jsonfile.Update social media links in the
socialsection of the file. You can add or remove social media links as per your requirements.To add new social media links, follow the existing pattern in the file.
example code: