social media icons on marketing automated email?

social media icons on marketing automated email?

peaches22
Excursionist
38 3 9

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?

Replies 2 (2)

CodingSolution
Trailblazer
176 12 10

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>
banned
mimiT
Excursionist
18 0 2

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.