099: How to Add Social Media Icons to Default ConvertKit Templates
Hello my Abundant Creative,
In today's video + blog, I am showing how you can customize the default email templates of ConvertKit using some code in the HTML block. Follow my step-by-step guide so you can format the template specifically to add custom branded social media icons and better serve your email marketing clients.
See code below video.
Copy but Customize the Following Code
This code will not work if you do not customize the url source of the image (see bolded text) and if you don’t change up the link of your social media
Table to be added in the HTML block inside the CK default template:
<table>
<tr>
<td><a href="https://instagram.com/sophiaojha"> <img src="put the url of the image here" alt="Instagram" width="150" ></a></td>
<td><a href="https://www.youtube.com/sophiaojha"><img src="put the url of the image here" alt="YouTube" width="150" > </a></td>
</tr>
</table>
To your success,
Sophia