I’ve worked out how to add a field for it in the Config as per this tutorial for TikTok, but I can’t work out what to put as an svg code for Bluesky’s icon in the icon liquid. Does anyone know how to achieve this…?
@SamanthaAni you can get svg icon code from sites which provide svg codes, that code you need to paste in the icon liquid file
I did try this, but it didn’t work properly.
{%- when 'facebook' -%}
This is an example of an existing icon liquid code from my footer ↑
I found this code for Bluesky here:
I tried to make a version for my theme like this:
{%- when 'bluesky' -%}
However, it did not actually work when I tried entering a link in the config on my theme editor… Do you have any ideas where I went wrong?