Large Round Social Media Icons (Light Gray)
Copy and paste this code block into your HTML:
<!--BEGIN SOCIAL MEDIA ICONS AND LINKS -->
{%- if program.facebook_url -%}
<a href="{{ program.facebook_url }}"><img src="https://stationerycentral.com/2024/round-icon-light-gray-facebook-34x34.png" nosend="1" border="0" width="17" alt="Facebook" /></a>
<img src="https://stationerycentral.com/2020/clear.png" nosend="1" border="0" width="5" height="1" />
{%- endif -%}
{%- if -program.x_url %}
<a href="{{ program.x_url }}"><img src="https://stationerycentral.com/2024/round-icon-light-gray-x-34x34.png" nosend="1" border="0" width="17" alt="X, formerly Twitter" /></a>
<img src="https://stationerycentral.com/2020/clear.png" nosend="1" border="0" width="5" height="1" />
{%- endif -%}
{%- if program.instagram_url -%}
<a href="{{ program.instagram_url }}"><img src="https://stationerycentral.com/2024/round-icon-light-gray-instagram-34x34.png" nosend="1" border="0" width="17" alt="Instagram" /></a>
<img src="https://stationerycentral.com/2020/clear.png" nosend="1" border="0" width="5" height="1" />
{%- endif -%}
{%- if program.youtube_url -%}
<a href="{{ program.youtube_url }}"><img src="https://stationerycentral.com/2024/round-icon-light-gray-youtube-34x34.png" nosend="1" border="0" width="17" alt="YouTube" /></a>
<img src="https://stationerycentral.com/2020/clear.png" nosend="1" border="0" width="5" height="1" />
{%- endif -%}
{%- if program.linkedin_url -%}
<a href="{{ program.linkedin_url }}"><img src="https://stationerycentral.com/2024/round-icon-light-gray-linkedin-34x34.png" nosend="1" border="0" width="17" alt="LinkedIn" /></a>
<img src="https://stationerycentral.com/2020/clear.png" nosend="1" border="0" width="5" height="1" />
{%- endif -%}
<!--END SOCIAL MEDIA ICONS AND LINKS -->