How can I add a TikTok icon to my online store?

Hello All,
I want to add Tik Tok social media icon on my store.
Can anyone is having knowledge anout how to add ?

Please help.

Thanks in Advance …

@Olivia23 ,

In the backend click on Online Store.
Beside your live theme, click the Actions button → Edit Code
Scroll down the sidebar to the Config section and click on settings_schema.json
Once loaded, scroll down to the social media section

Add a section here for tiktok. This will make the input field appear in the theme settings:

{
“type”: “text”,
“id”: “social_tiktok”,
“label”: “TikTok”,
“info”: “https://www.tiktok.com
},

Click on Save when you are done.

For further details refer this :
https://sitesmadesmart.com/2021/11/24/add-tiktok-icon-to-social-media-icons-in-footer-for-split-theme-in-shopify/

1 Like