Hi, I’m trying to add Telegram footer to REFRESH theme but there isnt any available fields for me. Seeking guidance in how to do a custom addition please
Store ID:
link: t. me/opposgofficial
telegram icon: https://cdn.shopify.com/s/files/1/0782/1846/1496/files/icons8-telegram-50_430x.png?v=1729127963#
Hi @bryanquek
You can do that by following this instruction
- Open Online Store > Themes > Edit code, open social-icons.liquid file
- Paste this code above one of ‘{% endif %}’ code and save file
{%- if settings.social_telegram_link != blank -%}
- 
Telegram
{%- endif -%}
- Open settings_schema.json file, find part of code contains ‘social_instagram_link’, paste this code following image below
{
"type": "text",
"id": "social_telegram_link",
"label": "Telegram",
"placeholder": "Telegram link"
},
- Save your file then you can see option to add telegram opinion
1 Like
Thank you so much for the solution, works like a charm!
1 Like