Social media - Add social media icons via Assets

I solved this by:

  1. grabbing the social icon png that you want like https://www.iconfinder.com/search/?q=facebook
  2. upload it to your files and copy the link, use that as the image source
{%- endif -%}

            - [
  ![iconfinder_icon-02_2515845.png?v=1605847788|24x24](upload://rvHm4n1uFZ50JArxZngSc195mOj.png)
  ](https://www.facebook.com/Rossendalewines)
            

                       - [
  ![iconfinder_social_media_social_media_logo_instagram_1916008.png?v=1605847728|24x24](upload://pVtyCgQxjMcxtW6QvFWCIYuSSfo.png)
  ](https://www.instagram.com/rossendalewines/)
            

            - [
  ![iconfinder_LinkedIn_3380448.svg?v=1605846702|24x24](upload://rNsmq1gSRgMaLD4mQlbuhfd4Jw3.svg)
  ](https://www.linkedin.com/company/rossendale-wines/)
            
​
  • in footer.liquid add the following for each that you want to add, and remove any unwanted code such as
- {%- include icon_link -%}
                      {{ social }}
                  
                
​