Social Icons into Email

Watched the online slide presentation, filled out the social media info in ISN. Cannot find the smart text for them in the drop down window for inserting into the templates.

Hi Scot! Here you are :slight_smile:

Hi mshishilla1, thank you for the quick response as always. On my phone at an inspection, is the attachment showing how it is done? See you here or there.

Hi Scot, No, I just gave you the replacement values. Do you need a help article on how to add them to an email? Or, are you good?

Should be good with inserting them, will try tonight.

Can those be inserted into our report delivery web page?

Morning Mike! The social networking icons can be added to any email. Specifically “Sending a Report as a Link” in the case you are referring to. But, when they click the link to download the report the icons will not be present.

Those icons are huge, can they be smaller?

Morning Scot, at this time they can’t be changed. If you visit www.iconarchive.com you can download any size you need of those logos and then you can link it back to your site.

Well, I know what I’m working on this week.

You can also add the HTML directly to the email template.

I use this code - below

You would need to change the social url to yours and if you want a different icon you can also change the image source location and you can adjust the icon size by adjusting the px value “width: 75px; height: 75px;”

once you have this the way you want you can rubber stamp in your templates.

a great way to mock this up would be to use this sitehttp://www.html.am/html-editors/

<html>
<head>
<title></title>
</head>
<body>
<h2><a href=“https://www.facebook.com/cvahi”><img alt=“Central Virginia Facebook” src=“http://www.mail-signatures.com/articles/wp-content/uploads/2014/08/facebook.png” style=“width: 75px; height: 75px;” /></a><a href=“https://plus.google.com/+Centralvahomeinspections”><img alt=“Central Virginia Google Plus” src=“http://www.mail-signatures.com/articles/wp-content/uploads/2014/08/googleplus-2.png” style=“width: 75px; height: 75px;” /></a><a href=“https://twitter.com/RVAHmInspection”><img alt=“Central Virginia Twitter” src=“http://www.mail-signatures.com/articles/wp-content/uploads/2014/08/twitter.png” style=“width: 75px; height: 75px;” /></a><a href=“https://www.youtube.com/channel/UCdHRibWJzEdV2BuoNqidtCw”><img alt=“Central Virginia You Tube” src=“http://www.mail-signatures.com/articles/wp-content/uploads/2014/08/youtube.png” style=“width: 75px; height: 75px;” /></a><a href=“http://www.centralvahomeinspections.com/blog”><img alt=“Central Virginia Blog” src=“http://www.mail-signatures.com/articles/wp-content/uploads/2014/08/rss.png” style=“width: 75px; height: 75px;” /></a></h2>

<h2> </h2>
</body>
</html>