Shopify themes, liquid, logos, and UX
Hi, can anyone tell me how to add social media icons to an automated email in 'Marketing'? I'm editing post purchase thank you automation and can only see a button as an option for social media link. Help please?
Use this code
<table>
<tr>
<td>
<a href="https://www.facebook.com/your-page" target="_blank">
<img src="URL_TO_YOUR_FACEBOOK_ICON" alt="Facebook">
</a>
</td>
<td>
<a href="https://twitter.com/your-profile" target="_blank">
<img src="URL_TO_YOUR_TWITTER_ICON" alt="Twitter">
</a>
</td>
<!-- Add more social media icons in similar fashion -->
</tr>
</table>
This helped me a lot with my problem! Is there a way to make the icons smaller? The icons are showing up to large in my emails.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025