Mar 31, 2020 | WooCommerce

How to add social icons to WooCommerce emails?

Having the presence of your business at social networks helps to reach a wider audience and do better marketing. If you talk about marketing, primarily digital, then email marketing is an essential task. And if we combine these both, then your email marketing performs even better. Following this technique, many business owners embed social link icons in their newsletters to run effective campaigns. You may have noticed that some WooCommerce emails that you receive have social icons in them. And if you want to do the same, then inside this blog post, I’ll share with you the method of How to add social icons to WooCommerce emails. Before we move forward in this post, checkout our new Divi WooCommerce layouts pack.

Therefore, without taking a further minute, let’s get right to it.

Step 1: Add right code in the right file

To get social link icons in WooCommerce emails, first paste the below code in your child theme’s function file i.e., function.php

Step 2: Insert social media links

By default, above code add social media icons of Facebook, Twitter, LinkedIn, and Instagram to WooCommerce emails. Now, to send users to your social media accounts when they click on the icons. All you have to do is, insert your social media accounts’ link inside href attribute of the <a> tag, replacing the #. Same as the following example,

<li><a href=”https://www.facebook.com/diviextended/” target=”_blank”><i class=”fa fa-facebook” aria-hidden=”true”></i></a></li>

As you can see in the above example, I have replaced the # by the link i.e., https://www.facebook.com/diviextended/.

Step 3: Add more social media icons

If you want to add social media icons other than the icons available with the code. First copy the complete <li></li> tag from the above code, and paste it under the existing <li> tag code. Then, go to https://fontawesome.com/v4.7.0/icons/, and search your desired social media icon.

Pinterest social media icon font awesome

Then, choose your desired icon. As in the above image, I’ve searched for the Pinterest and selected its very first icon. Now, copy the code altogether with the <i> tag.

I tag to add social media icons inside WooCommerce emails

Now paste this code inside the <li> tag that you have copied before to replace the existing <i> tag. Thus, in return you’ll get the code as the following,

<li><a href=”#” target=”_blank”><i class=”fa fa-pinterest” aria-hidden=”true”></i></a></li>

After this, insert your social media link inside href attribute, replacing the #, same as below.

<li><a href=”https://in.pinterest.com/diviextended/” target=”_blank”><i class=”fa fa-pinterest” aria-hidden=”true”></i></a></li>

Then save changes, and you’ve successfully added social media links to your WooCommerce emails.

Summary

In this blog post, I’ve shown you how you can add social media icons to your WooCommerce emails. If this post was helpful to you, then please share it to help other users.

Also, we want to hear from you to know whether this method worked for you or not. Therefore, please share your views inside the comment section below. Or subscribe to our newsletter to stay updated with useful posts like this one. 

Posted By:
Karan
Karan loves making web beautiful with his keen eyes toward design.

1 Comment

  1. Aliz

    I pasted the code into the child theme’s function.php file. After I checked the wc emails I realised the social icons are not displaying properly. I only see a flat shape that is clickable, but definitely not reminds of the icons. The links are working. What could be the problem?

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

1 Comment

  1. Aliz

    I pasted the code into the child theme’s function.php file. After I checked the wc emails I realised the social icons are not displaying properly. I only see a flat shape that is clickable, but definitely not reminds of the icons. The links are working. What could be the problem?

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

How to Choose the Right Divi Child Theme for Your Website?

How to Choose the Right Divi Child Theme for Your Website?

When we pick Divi to create a new website on WordPress, we make the best use of prebuilt Divi elements. The most preferred prebuilt Divi element which we always utilize are child themes. These Divi child themes allow you to create a professional business website or...

21 Rules of Designing a Website in 2025

21 Rules of Designing a Website in 2025

In 2021, we published an article with 33 effective tips on designing a website. Now, we're back with another rule for designing a website that you can follow in 2025 for any kind of website project. Combined, you'll have 54 rules for designing a website. With these...

How to Start Your Fashion Blog with Divi and WordPress

How to Start Your Fashion Blog with Divi and WordPress

Creating a fashion blog allows you to express your passion for style and initiate passive income. Fashion bloggers can earn from $10,000 to $50,000 monthly. Many fashion enthusiasts boost their revenue by collaborating with affiliate marketing programs, sponsoring...

Divi WooCommerce Extended