Adding Telegram footer to Refresh theme

Solved

Adding Telegram footer to Refresh theme

bryanquek
Tourist
17 0 1

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: 
l
ink: t. me/opposgofficial

telegram icon: https://cdn.shopify.com/s/files/1/0782/1846/1496/files/icons8-telegram-50_430x.png?v=1729127963# 

Screenshot 2024-10-17 at 9.30.55 AM.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11725 2297 2478

This is an accepted solution.

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 -%}
    <li class="list-social__item">
      <a href="{{ settings.social_telegram_link }}" class="link list-social__link">
        <img
          src="https://cdn.shopify.com/s/files/1/0782/1846/1496/files/icons8-telegram-50_430x.png?v=1729127963#"
          width="20"
          height="20"
        >
        <span class="visually-hidden">Telegram</span>
      </a>
    </li>
  {%- 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"
      }, ​

Screenshot 2024-10-17 at 09.04.45.png

 

  • Save your file then you can see option to add telegram opinion Screenshot 2024-10-17 at 09.05.41.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11725 2297 2478

This is an accepted solution.

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 -%}
    <li class="list-social__item">
      <a href="{{ settings.social_telegram_link }}" class="link list-social__link">
        <img
          src="https://cdn.shopify.com/s/files/1/0782/1846/1496/files/icons8-telegram-50_430x.png?v=1729127963#"
          width="20"
          height="20"
        >
        <span class="visually-hidden">Telegram</span>
      </a>
    </li>
  {%- 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"
      }, ​

Screenshot 2024-10-17 at 09.04.45.png

 

  • Save your file then you can see option to add telegram opinion Screenshot 2024-10-17 at 09.05.41.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

bryanquek
Tourist
17 0 1

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

Dan-From-Ryviu
Shopify Partner
11725 2297 2478

Happy I could help! 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.