How to Add Social Media Icons to an Email Signature
Enhance your email signature by adding social media icons. Discover step-by-step instructions to turn every email into a powerful marketing tool.

Adding social media icons to your Shopify store is a simple change that connects your ecommerce business to your brand's community online. It’s a direct link that helps build trust with new customers and gives loyal followers a way to stay connected. This guide shows you exactly how to add those icons, covering the easiest built-in theme settings, custom code edits for full control, and helpful apps.
Before jumping into the "how," it's worth understanding the "why." Placing social media icons on your site isn't just about design, it's a strategic move that builds your brand and supports your business. When you link your Shopify store to your social channels, you're doing more than just filling space in your footer.
For most store owners, the best place to start is right inside your Shopify theme customizer. Nearly all modern Shopify themes have a dedicated, user-friendly section for adding social media links. This method is fast, requires zero code, and is designed to work perfectly with your theme's design.
Here’s how to access these settings and add your links in just a few minutes:
https://www.instagram.com/your-brand-name, not just @your-brand-name.This method typically adds the social icons to one or two default locations, most commonly the footer of your website. Check the bottom of your homepage to see them in action. For most businesses, this is all you need to do.
What if you want your social icons in a different location, like your announcement bar, a page header, or on your "About Us" page? Modern Shopify OS 2.0 themes offer more flexibility here without needing to touch a line of code, using sections and blocks.
Let's say you want to add social links to your header. Many themes allow this through the theme customizer:
Similarly, you can add icons to other pages. In a "Rich text" or "Image with text" section on a page, your theme might offer a block for "Buttons" or "Icons." Although primarily meant for calls-to-action, you can use these to create links to your social profiles. It gives you a bit more granular control over where your social links appear on a page-by-page basis.
If your theme doesn’t offer the placement you want, or you'd prefer to add uniquely styled icons, a small amount of code can give you ultimate flexibility. This approach is for those comfortable with making small edits to theme files.
Fair Warning: Always duplicate your theme before making any code changes! Go to Online Store > Themes, click the three-dot menu on your theme, and select "Duplicate." This creates a backup copy you can restore if anything goes wrong.
First, you need the actual icons. The best format is SVG (Scalable Vector Graphic) because SVGs are just code, load quickly, and look perfectly sharp on any screen size. You can find free, high-quality SVG icons from sites like Ionicons or Feather Icons. On these sites, you click an icon, and it often gives you the SVG code to copy.
Instead of pasting icon code all over your theme, the organized way is to create a reusable snippet. This keeps your code clean and easy to update.
my-social-links, and click “Done.”Your code in the my-social-links.liquid file might look something like this:
<,div class="custom-social-links">,
<,!-- Instagram Icon -->,
<,a href="{{ settings.social_instagram_link }}" target="_blank" rel="noopener" aria-label="Follow us on Instagram">,
<,!-- PASTE YOUR INSTAGRAM SVG CODE HERE -->,
<,svg xmlns="http://www.w3.org/2000/svg" width="24"...><,/svg>,
<,/a>,
<,!-- Pinterest Icon -->,
<,a href="{{ settings.social_pinterest_link }}" target="_blank" rel="noopener" aria-label="Follow us on Pinterest">,
<,!-- PASTE YOUR PINTEREST SVG CODE HERE -->,
<,svg xmlns="http://www.w3.org/2000/svg" width="24"...><,/svg>,
<,/a>,
<,/div>,
Now, you can place this snippet anywhere in your theme you want the icons to appear. You do this by adding one line of Liquid code:
{% render 'my-social-links' %}
For example:
header.liquid file (in the "Sections" folder) and find a logical place to paste the `render` tag.main-product.liquid file.This method gives you pinpoint accuracy and lets you customize the styling with CSS for complete brand alignment.
If the code method feels intimidating or you're looking for more advanced functionality, the Shopify App Store has many great solutions.
Consider using an app if you want to:
Apps like XO Social or Social Media Icons and Share make this process a breeze. The main downsides are that they can add a small monthly cost and, like any app, have the potential to slightly impact site speed. However, for the added features and ease of use, they can be well worth it.
Simply adding the icons isn't quite the final step. To make sure they serve you well, follow these best practices.
If you haven't posted on X in three years, it's better to remove the icon. Linking to a dormant account can make your brand appear abandoned or unprofessional. Feature the 1-3 platforms where you are consistently active and building a community.
This is a small but important detail. When a user clicks a social icon, it should open in a new browser tab. This keeps them from navigating away from your store. All modern themes do this by default, and the code example above includes it with the target="_blank" attribute.
The footer is the standard, expected place for social media links. It’s accessible but not distracting. Avoid putting them in prime real estate next to your "Add to Cart" button or in your main navigation, as that can pull shoppers away from the primary goal of making a purchase.
Connecting your Shopify store to your social channels is a foundational step in building an online brand. Whether you use the simple theme customizer, get more control with a Liquid snippet, or opt for an app’s feature set, adding social icons gives your brand credibility, builds your audience, and creates a stronger connection with your customers.
Once your icons are set up and driving visitors to your profiles, the job of managing those social channels begins. Responding to comments, handling DMs, and scheduling a consistent stream of content - especially performance-driven video for Reels and TikTok - can quickly become a major challenge. This is exactly why we built Postbase. Our goal is to give you a simple, modern platform to handle everything from your visual content calendar to your unified social inbox in one clean space, so you can focus on building your community without fighting your tools.
Enhance your email signature by adding social media icons. Discover step-by-step instructions to turn every email into a powerful marketing tool.
Learn how to add your Etsy link to Pinterest and drive traffic to your shop. Discover strategies to create converting pins and turn browsers into customers.
Grant access to your Facebook Business Manager securely. Follow our step-by-step guide to add users and assign permissions without sharing your password.
Record clear audio for Instagram Reels with this guide. Learn actionable steps to create professional-sounding audio, using just your phone or upgraded gear.
Add translations to Instagram posts and connect globally. Learn manual techniques and discover Instagram's automatic translation features in this guide.
Optimize your Facebook Business Page for growth and sales with strategic tweaks. Learn to engage your community, create captivating content, and refine strategies.
Wrestling with social media? It doesn’t have to be this hard. Plan your content, schedule posts, respond to comments, and analyze performance — all in one simple, easy-to-use tool.