Have your say in Community Polls: What was/is your greatest motivation to start your own business?

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
10253 2036 2106

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 and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
10253 2036 2106

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 and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

bryanquek
Tourist
17 0 1

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

Dan-From-Ryviu
Shopify Partner
10253 2036 2106

Happy I could help! 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.