How can I add a Trip Advisor icon to my store's footer?

Good day,

I recently made a trip advisor account and i would like to add an icon to my store beside the other social media icons on the footer

Here:

I already added the icon to my assets: trip-icon.png

The link that it should lead to is:

https://www.tripadvisor.com/Attraction_Review-g274887-d23641817-Reviews-True_To_Sole-Budapest_Central_Hungary.html

Can someone help me figure out how to add the icon and make it lead to the link ?

Thank you very much in advance

Hi @NZA ,

Please send me the code of sections/footer.liquid file. I will check and guide it to help you.

@LitExtension

Here is the code for the footer section (footer.liquid)

{%- if template.name == 'page' or template.name == 'blog' or template == 'customers/account' or template == 'customers/order' or template == 'customers/addresses' -%}
  {%- assign add_top_margin = true -%}
{%- else -%}
  {%- assign add_top_margin = false -%}
{%- endif -%}

{%- if template == 'page.collections' -%}
  {%- assign add_top_margin = false -%}
{%- endif -%}

{%- if settings.footer_background == settings.background -%}
  
{%- endif -%}

{% schema %}
{
  "name": "Footer",
  "class": "shopify-section--footer",
  "settings": [
    {
      "type": "checkbox",
      "id": "show_payment_methods",
      "label": "Show payment methods",
      "info": "Payment method icons are automatically displayed based on your Shopify payment methods.",
      "default": true
    },
    {
      "type": "header",
      "content": "Currency selector",
      "info": "To add a currency, go to your [payment settings.](/admin/settings/payments)"
    },
    {
      "type": "checkbox",
      "id": "show_currency_selector",
      "label": "Show currency selector",
      "default": true
    },
    {
      "type": "header",
      "content": "Language selector",
      "info": "To add a language, go to your [language settings.](/admin/settings/languages)"
    },
    {
      "type": "checkbox",
      "id": "show_locale_selector",
      "label": "Show language selector",
      "default": true
    }
  ],
  "blocks": [
    {
      "type": "text",
      "name": "Text / social media",
      "settings": [
        {
          "type": "text",
          "id": "title",
          "label": "Heading",
          "default": "About the shop"
        },
        {
          "type": "richtext",
          "id": "content",
          "label": "Text",
          "default": "

Use this text area to tell your customers about your brand and vision. You can change it in the theme settings.

"
        },
        {
          "type": "checkbox",
          "id": "show_social_media",
          "label": "Show social media",
          "info": "Make sure to have properly configured your social media in the theme settings.",
          "default": true
        }
      ]
    },
    {
      "type": "links",
      "name": "Links",
      "settings": [
        {
          "type": "link_list",
          "id": "menu",
          "label": "Menu",
          "info": "This menu won't show dropdown items."
        }
      ]
    },
    {
      "type": "newsletter",
      "name": "Newsletter",
      "limit": 1,
      "settings": [
        {
          "type": "paragraph",
          "content": "Customers who subscribe will have their email address added to the \"accepts marketing\" [customer list](/admin/customers?query=&accepts_marketing=1)."
        },
        {
          "type": "text",
          "id": "title",
          "label": "Heading",
          "default": "Newsletter"
        },
        {
          "type": "richtext",
          "id": "content",
          "label": "Text",
          "default": "

A short sentence describing what someone will receive by subscribing

"
        }
      ]
    }
  ],
  "default": {
    "blocks": [
      {
        "type": "text",
        "settings": {}
      },
      {
        "type": "links",
        "settings": {
          "menu": "footer"
        }
      },
      {
        "type": "newsletter",
        "settings": {}
      }
    ]
  }
}
{% endschema %}

Hi @NZA ,

Go to snippets/social-media.liquid file and add code in line 113: https://i.imgur.com/HMaSZwH.png

  • Hope this helps.

    If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.

    Hello, could I ask for your help for the same?
    I could add the tripadvisor icon with the link, else I saw that getting the tripadvisor reviews directly on my shopify website is not for free, am I right?
    Thank you!!!

    I solved :slightly_smiling_face:

    How?? Please, help mee