Simple Way to Add Content Sharing Into Your Emails
Wednesday, July 21st, 2010Many of you might not have tried content sharing in your emails yet. Sure you added a Follow Us, Friend Us, Fan Us, Sweat Us (I made that last one up) link in your header or footer but is that really making an impact and driving lift to your campaigns. You might be surprised at the results and some simple tests and implementations will allow you to show results to those you need to prove the integration of the channel to with data.
Many people are promoting social sharing today in their systems, but before you go down the path for a feature you should give it a try. With developing some ideas on how to place it, where to place it, and what your goals are of using it you can get started fairly quick. Don’t over think it. It is a test. But do have some clear goals or hypothesis in mind to be watching. It is really easy to test and learn how it works for you.
I would suggest starting at the KEY point in the email. Is is a sale, deal, new article, study, event, webinar… what is it. Start by testing the main focus of the email. Give it some time to see how it works. If you are using social sharing through other means like placing links into these ecosystems manually, make sure that you are using different links in order to track them as separate efforts.
Here are the simple codes to use:
Facebook Share Button Code
Here is the Facebook share code, which can also be found at http://www.facebook.com/share_partners.php/.
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
return false;
}
</script>
<a href="http://www.facebook.com/share.php?u=LINK_GOES_HERE" onclick="return fbs_click()" target="_blank">
<img src="ADD_IMAGE_URL_HERE" alt="Share on Facebook" />
</a>
Twitter Share Button Code
Here is the Twitter share code:
<a href="http://twitter.com/home?status=Currently reading: LINK_GOES_HERE" title="Click to share this post on Twitter">
<img src="ADD_IMAGE_URL_HERE" alt="Share on Twitter" />
</a>
LinkedIn Share Button Code
Here is the LinkedIn share code, which can also be found at http://developer.linkedin.com/docs/DOC-1075.
<a href="http://www.linkedin.com/shareArticle?mini=true&url={articleUrl}&title={articleTitle}&summary={articleSummary}&source={articleSource}" target="_blank">
<img src="ADD_IMAGE_URL_HERE" />
</a>
Now your challenge is to test some of your content specific (deals, articles, events) in each newsletter or email campaigns. Don’t try to overshare and give everything in the email the ability – but selective choose 1-3 areas depending on the campaign and test them. These can be used in your emails as well as used on landing pages associated with the campaigns as well.
Start simple, refine and expand.
One other thing I would suggest is to use a URL shortening service like Bit.ly or Ar.gy to track how they are used and spread across the web. Use a different one for each of the above links and medias (LI/FB/TW).
Now go get em.















