Adding Telegram footer to Refresh theme

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 -%}
    - ![icons8-telegram-50_430x.png?v=1729127963#|50x50](upload://eCZMIWR81yKMyPF3u5SYTNa1s4Q.png)

          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"
      }, ​

Thank you so much for the solution, works like a charm!

Happy I could help!