Adding social icons in your Newsletter

Adding social icons in your Newsletter

It's great you have created your own list of subscribers , thanks to that have direct contact with your potential customers , those people who trust you enough to open the doors of your email . In addition , they will be much more receptive to your campaigns and promotions. If you sell a product or service , you'll notice are the first to be interested in him .

But there is life beyond your newsletter and your blog. If your goal is to create a strong and active to reinforce your brand image and reach a wider audience community, you need to link your social networks not only to your blog or website , but to your newsletter. So your subscribers will follow you in your favorite social network , and receive your mail , and you will continue strengthening ties with them.

How to get social icons?




DESCARGAR



DESCARGAR



DESCARGAR


 
How to install icons in my template?

If you're already using a template with social icons , you only have to double click over and the image of each of them , paying attention to the measures , adapt yours and replace the image that comes by default in your template with the new .

But if you are designing your template from scratch and you have to replace icons , you need to add the following code:


                        <table border="0" cellpadding="0" cellspacing="0">
                            <tbody>
                                <tr>
                                    <td style="text-align: center; padding: 0 10px 0 10px;" width="37"><a href="ENLACE A TU RED SOCIAL" target="_blank"><img alt="NOMBRE DE TU RED SOCIAL" src="ENLACE DEL ICONO DE TU RED SOCIAL" style="border-width: 0px; border-style: solid; width: 37px; height: 37px;" /> </a></td>
                                </tr>
                            </tbody>
                        </table>
 
 
What you 've marked in bold would appear a single icon . You can add that fragment the time you need as the number of social networks where you have presence . For example, if you need three , the end result would be:

 <table border="0" cellpadding="0" cellspacing="0">
                            <tbody>
                                <tr>
                                    <td style="text-align: center; padding: 0 10px 0 10px;" width="37"><a href="ENLACE A TU RED SOCIAL" target="_blank"><img alt="NOMBRE DE TU RED SOCIAL" src="ENLACE DEL ICONO DE TU RED SOCIAL" style="border-width: 0px; border-style: solid; width: 37px; height: 37px;" /> </a></td>
                                    <td style="text-align: center; padding: 0 10px 0 10px;" width="37"><a href="ENLACE A TU RED SOCIAL" target="_blank"><img alt="NOMBRE DE TU RED SOCIAL" src="ENLACE DEL ICONO DE TU RED SOCIAL" style="border-width: 0px; border-style: solid; width: 37px; height: 37px;" /> </a></td>
                                    <td style="text-align: center; padding: 0 10px 0 10px;" width="37"><a href="ENLACE A TU RED SOCIAL" target="_blank"><img alt="NOMBRE DE TU RED SOCIAL" src="ENLACE DEL ICONO DE TU RED SOCIAL" style="border-width: 0px; border-style: solid; width: 37px; height: 37px;" /> </a></td>
                                </tr>
                            </tbody>
                        </table>
 
 
Remember to add this code to the end of your template, activating the SOURCE HTML, which lets you see the code you're already using to locate your table correctly social networking option .

Do not forget to send a test before scheduling newsletter sending your subscribers to check correctly displayed.