Title: Social Icons for WooCoomerce Emails
Author: linknacional
Published: <strong>June 27, 2016</strong>
Last modified: August 10, 2022

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/social-icons-for-woocoomerce-emails/assets/icon-128x128.png?
rev=1658179)

# Social Icons for WooCoomerce Emails

 By [linknacional](https://profiles.wordpress.org/linknacional/)

[Download](https://downloads.wordpress.org/plugin/social-icons-for-woocoomerce-emails.2.1.1.zip)

 * [Details](https://wordpress.org/plugins/social-icons-for-woocoomerce-emails/#description)
 * [Reviews](https://wordpress.org/plugins/social-icons-for-woocoomerce-emails/#reviews)
 *  [Installation](https://wordpress.org/plugins/social-icons-for-woocoomerce-emails/#installation)
 * [Development](https://wordpress.org/plugins/social-icons-for-woocoomerce-emails/#developers)

 [Support](https://wordpress.org/support/plugin/social-icons-for-woocoomerce-emails/)

## Description

Add social icons to your WooCommerce emails.

#### SETUP

Go to WooCoomerce > Settings > Emails to configure the plugin.

#### USEFUL LINKS

Github: https://github.com/luizbills/social-icons-for-woocommerce-emails

## Screenshots

[⌊Default icons appearance⌉⌊Default icons appearance⌉[

Default icons appearance

[⌊WooCoomerce > Settings > Emails page⌉⌊WooCoomerce > Settings > Emails page⌉[

WooCoomerce > Settings > Emails page

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/social-icons-for-wc-emails`
    directory, or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to WooCoomerce > Settings > Emails to configure the plugin.

## FAQ

### How I can add/remove social networks?

Yes. Use the filter hook `siwce_social_links`.

Example:

    ```
    // add this to your functions.php
    add_filter( 'siwce_social_links', '__add_vk_wc_emails' );
    function __add_vk_wc_emails( $icons ) {
        $icons['vk'] = 'VK';
        return $icons;
    }
    ```

### How I can add/change an icon image?

Use the filter hook `siwce_icon_image_uri`.

Example:

    ```
    // add this to your functions.php
    add_filter( 'siwce_icon_image_uri', 'yourprefix_change_facebook_icon', 10, 2 );
    function yourprefix_change_facebook_icon( $uri, $icon_id ) {
        if ( $icon_id == 'facebook' ) {
            $uri = get_stylesheet_directory_uri() . '/path/to/your/facebook_icon.png';
        }
        return $uri;
    }
    ```

## Reviews

![](https://secure.gravatar.com/avatar/eaa9cbea8d5ae2d46e95319a6b6f00305c56c84193aafa0fe06e61888464b1e3?
s=60&d=retro&r=g)

### 󠀁[Muito bom!!! Parabéns…](https://wordpress.org/support/topic/muito-bom-parabens-3/)󠁿

 [mongenegro](https://profiles.wordpress.org/mongenegro/) April 23, 2018

Simples e objetivo!!! Faz o que promete!!!

![](https://secure.gravatar.com/avatar/78f4c3027547ea97d278b7e151b22c63fabfa20df6256d1e24d96b95ddbd10eb?
s=60&d=retro&r=g)

### 󠀁[Show de bola](https://wordpress.org/support/topic/show-de-bola-7/)󠁿

 [Andrey Soares](https://profiles.wordpress.org/andreii/) September 3, 2016 1 reply

Sensacional a ideia, atualmente faço isso manualmente nos templates de email. Parabéns…

![](https://secure.gravatar.com/avatar/ac91c7d73bb4501567ab3790755bf001d53dac8d1f4311a2480a5fb62dfb180c?
s=60&d=retro&r=g)

### 󠀁[Sensacional!](https://wordpress.org/support/topic/sensacional-9/)󠁿

 [Claudio Sanches](https://profiles.wordpress.org/claudiosanches/) September 3, 
2016 1 reply

Ótimo trabalho 🙂

![](https://secure.gravatar.com/avatar/f85e9e3721fb2b1116650474a0a59f41354495eb996a85cab27373f472015034?
s=60&d=retro&r=g)

### 󠀁[Excelente!](https://wordpress.org/support/topic/excelente-432/)󠁿

 [rafaelppbeca](https://profiles.wordpress.org/rafaelrppbeca/) September 3, 2016
1 reply

Pensou na função que deveria ser padrão! Show de bola!

 [ Read all 4 reviews ](https://wordpress.org/support/plugin/social-icons-for-woocoomerce-emails/reviews/)

## Contributors & Developers

“Social Icons for WooCoomerce Emails” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ linknacional ](https://profiles.wordpress.org/linknacional/)
 *   [ Luiz Bills ](https://profiles.wordpress.org/luizbills/)

[Translate “Social Icons for WooCoomerce Emails” into your language.](https://translate.wordpress.org/projects/wp-plugins/social-icons-for-woocoomerce-emails)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/social-icons-for-woocoomerce-emails/),
check out the [SVN repository](https://plugins.svn.wordpress.org/social-icons-for-woocoomerce-emails/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/social-icons-for-woocoomerce-emails/)
by [RSS](https://plugins.trac.wordpress.org/log/social-icons-for-woocoomerce-emails/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.1

 * Some fixes
 * Bump Tested up to

#### 2.1.0

 * removed Google+ support, since it not exists anymore
 * changed plugin license to GNU General Public License v3.0

#### 2.0.4

 * compatibility with woocommerce pre-update extension version check

#### 2.0.3

 * updated banner and icon

#### 2.0

 * feature: option to add a text before of the icons.
 * feature: simplified the size of icons (now is just 1 option, instead of two)
 * feature: translated to pt-BR
 * fix: several values have been sanitized

#### 1.0

 * Initial release.

## Meta

 *  Version **2.1.1**
 *  Last updated **4 years ago**
 *  Active installations **70+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **6.0.15**
 * Tags
 * [email](https://wordpress.org/plugins/tags/email/)[footer](https://wordpress.org/plugins/tags/footer/)
   [links](https://wordpress.org/plugins/tags/links/)[social](https://wordpress.org/plugins/tags/social/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/social-icons-for-woocoomerce-emails/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/social-icons-for-woocoomerce-emails/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/social-icons-for-woocoomerce-emails/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/social-icons-for-woocoomerce-emails/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/social-icons-for-woocoomerce-emails/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/social-icons-for-woocoomerce-emails/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/social-icons-for-woocoomerce-emails/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/social-icons-for-woocoomerce-emails/reviews/)

## Contributors

 *   [ linknacional ](https://profiles.wordpress.org/linknacional/)
 *   [ Luiz Bills ](https://profiles.wordpress.org/luizbills/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/social-icons-for-woocoomerce-emails/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://luizpb.com/donate)