Archived topic
Need a code for social media footer icon
1 reply · Started by Azim on April 13, 2021
Hi,
I would like to add additional social media icons in the footer area. Just for users to follow. I am using arctic theme.
I try to use Lightweight Social Media Plugin but it didn't work on my footer.
The code will be something like this :
<path d="M1343 12v264h-157q-86 0-116 36t-30 108v189h293l-39 296h-254v759h-306v-759h-255v-296h255v-218q0-186 104-288.5t277-102.5q147 0 228 12z"/>
I just need one more code for Tumblr.com social media.
Could someone help?
Thanks
Hi there,
You could try Fontawesome: https://fontawesome.com/icons/tumblr?style=brands
And here's a video for a tip on how to get custom svg icons code.
https://youtu.be/wdzFximLiQs?t=102
Then you just need to replace the original SVG code from the template.
Please be noted SVG icon should be starting with <svg>, and ending with </svg>