Skip to main content

Is there an easy way to add social media icons/links within the NEW Pardot Lightning drag/drop email builder? Pardot offers "add this - icons" in Classic/standard email, however I see no option in the new builder. Other than creating the images/placement and links myself and then unfortunately having no control over the size of their appearance on mobile (HUGE). I'd like to add them as a row across the bottom of the footer without the sizing going nuts on me, the icons get huge. Any way to do this other than code? Thanks!  

4 comments
  1. Jan 17, 2023, 7:55 PM

            Here's also some code you can plug into a full width row and play with. 

     

    <table width="600" style="width:600px;" border="0" align="center" cellpadding="0" cellspacing="0" >

    <tbody>

    <tr>

    <td style="padding: 30px 0 10px 0; background: #f5f5f5; font-size: 12px; line-height: 1.4em;"><table width="200" border="0" align="center" cellpadding="0" cellspacing="0">

    <tbody>

    <tr>

    <td style="text-align: center;"><a href="#"><img src="https://via.placeholder.com/60/4884b4b/000000?Text=60" width="30" height="30" alt="" ></a></td>

    <td style="text-align: center;"><a href="#"><img src="https://via.placeholder.com/60/4884b4b/000000?Text=60" width="30" height="30" alt="" ></a></td>

    <td style="text-align: center;"><a href="#"><img src="https://via.placeholder.com/60/4884b4b/000000?Text=60" width="30" height="30" alt="" ></a></td>

    <td style="text-align: center;"><a href="#"><img src="https://via.placeholder.com/60/4884b4b/000000?Text=60" width="30" height="30" alt="" ></a></td>

    <td style="text-align: center;"><a href="#"><img src="https://via.placeholder.com/60/4884b4b/000000?Text=60" width="30" height="30" alt="" ></a></td>

    </tr>

    </tbody>

    </table></td>

    </tr>

    </tbody>

    </table>

0/9000