Hello Guys I want to add a Whatsapp icon on the footer of my website next to the Instagram & facebook.
Im using dawn theme 8.0
Domain: www.shortsandtshirts.ae
A user seeks to add a WhatsApp icon to their website footer alongside existing social media icons (Instagram, Facebook) using Dawn Theme 8.0.
Solution Provided:
social-icons.liquid file</ul> taghttps://wa.me/[phone_number]Technical Notes:
Status: Solution offered but not yet confirmed as implemented by the original poster.
Hello Guys I want to add a Whatsapp icon on the footer of my website next to the Instagram & facebook.
Im using dawn theme 8.0
Domain: www.shortsandtshirts.ae
Hello,
you need to modify the file social-icons.liquid
The easiest way to add WhatsApp icon is to add this code before the tag closing at the end of the file.
{%- if settings.social_vimeo_link != blank -%}
- {%- render 'icon-vimeo' -%}
{{ 'general.social.links.vimeo' | t }}
{%- endif -%}
- [
WhatsApp
](https://wa (dot) me/1XXXXXXXXXX)
I used the same SVG icon used for Facebook, you need to change the SVG to show WhatsApp and you can find this icon on various websites licensed or free for commercial uses.
Regarding the WhatsApp link format, you can check the official WhatsApp documentation here