ExactTarget's Social Forward feature enables email recipients to share content from ExactTarget emails with other users via their preferred social network. You can choose both the sections of the email for which you want to enable Social Forward and which networks are represented by links and images in the email itself. Social Forward also tracks any clicks from an email to a social network and the resulting page views from the URL shared by the email recipient.
Social Forward supports direct linking to a specific social network or the use of a third-party service like ShareThis. Social Forward also supports international networks.
Images representing the social networks are stored in your Portfolio folder under a Social sub-folder. These pictures can be altered or changed to your specifications.
WARNING: Clients who currently use existing private domains must contact their ExactTarget representative before using the Social Forward feature. The landing pages used in this feature default to the standard http://social.memberemail.com domain, and ExactTarget must configure this feature to use private domains. Please contact your ExactTarget representative as soon as possible to make the necessary changes before using the Social Forward feature.
Social Forward and Portfolio must be enabled on your account in order to use its functions. In addition, Social Forward uses AMPscript to create the links used to share content with Social Forward. You can use the ExactTarget application to create the AMPscript for you, or you can manually add the AMPscript yourself. Therefore, you should be familiar with AMPscript if you wish to manually add these links to your email. Contact your ExactTarget representative for more information.
Social Forward creates content areas in an email message that can be shared to different social networks by the recipients of that email. Tags outline the information to be included in those content areas, and links to social networks in the email message allow the email recipient to click and share the information. You can determine which social networks are represented in the email in those links, and you can include multiple social networks depending on the needs of your recipients.
Social Forward uses links in the email to share predefined content areas, and you can use this function in a variety of situations, such as:
Click an enclosed link in an email to share content with your contacts on your individual social networking account. The social network requires you to log in and view a preview of the form to be shared on that network. You add any comments or changes you want to make and submit the item, which posts it on your wall, bookmark list, or other shared forum.
Click an enclosed link in an email to share content with your contacts on your individual social networking account. On an intermediary page, you choose the link. The social network requires you to log in and view a preview of the form to be shared on that network. You add any comments or changes you want to make and submit the item, which posts it on your wall, bookmark list, or other shared forum.
Click an enclosed link in an email to share content on ShareThis. Choose the social network from a ShareThis widget on an intermediary page. ShareThis requires you to log in and view a preview of the form to be shared on that network. You add any comments or changes you want to make and submit the item, which posts it on your wall, bookmark list, or other shared forum.
NOTE: Using Social Forward in conjunction with ShareThis requires some additional configuration. Read How to Configure ShareThis for and Social Forward for more information.
After the content is shared on a social network, the content can be shared from contact to contact. You can also provide the option for others to sign up for your email newsletter or add additional content to their accounts.
These networks are currently supported by the Social Forward feature:
| Social Network | Numerical Identifier |
|---|---|
| 1 | |
| Delicious | 2 |
| Digg | 3 |
| MySpace | 4 |
| StumbleUpon | 5 |
| 6 | |
| Microsoft | 7 |
| Yahoo | 8 |
| 9 | |
| ShareThis | 10 |
You can use either the name of the social network or the numerical identifier in the GetSocialPublishURL AMPscript function.
Social Markup can be globally disabled for an account by contacting your ExactTarget representative and asking them to remove the feature. You can also have individual social networks added or removed.
Social Forward creates a streamlined process for your subscribers to share content with their friends and contacts via social networks. You can determine which content will be shared and how that content will appear in the social networks, allowing you to preserve your branding and promote a message of your choosing. Social Forward also allows you to specifically target certain social networks that might better receive your message or information.
The ExactTarget application wraps shared content in tags that indicate which sections of the email are shared to social networks. Tags also designate the link used to share the content to those social networks.
The tags used to wrap social content are shown below:=
<!-- RegionStart[ socialslot:"Shared content region 1",
title:"First shared email content",
description:"This is an example of shared content",
csskey:"portfolio css 1"] -->
The first line begins the tag and names the social slot. This name is used to designate the content area when it is shared. The second line creates a title for social networks to use when identifying the shared content. The third line creates a short description that will be included in the item posted to the social network. The fourth line identifies any CSS stylesheet to use for the item when it is shared to the social network.
The end of the shared social content region is identified with the tag below:
<!-- RegionEnd[ socialslot:"Shared content region 1"] -->
The name must be the same in this tag as it is in the beginning tag.
The ExactTarget application uses the AMPscript below to create the link:
<a href="%%=GetSocialPublishURL('Social Network',' Shared content region 1')=%%" alias="Social Forward to ShareThis - SharePasteHTML" title="Publish to ShareThis"><img src="Go to your Porfolio/Social Forward Folder and copy URL for the Social Forward Icon" alt="ShareThis" border="0" title="Insert Title Here"></a>
In this example, replace the phrase Social Network with the number of the social network you wish to use and Shared content region 1 with the name of your shared social content region. You can also change the alias, alt, and titles to whatever is most appropriate for your content. Finally, place the URL for the image you want to use in the link in the img src tag.
The HTML code in this example shares a static piece of content from an email to Facebook. The first commented part of the pasted HTML names the content area "Shared content Region 1", and the second commented part of the pasted HTML contains the creates the Social Markup link using the GetSocialPublishURL() AMPscript function.
<!-- RegionStart[ socialslot:"Shared content region 1",
title:"First shared email content",
description:"This is an example of shared content",
csskey:"portfolio css 1"] -->
<table width="100%" bgcolor="#FFFFFF" border="0" bordercolor="" cellpadding="5" cellspacing="0">
<tr>
<td style="font-family:Arial; font-size:13px">
<img src="http://example.com/images/logo.jpg"
title="logo" align="left" border="0" />
<p id="text-placeholder" style="margin-top: 0px; margin-bottom: 0px;">
This is an example of a shared content area! Please feel free to
pass on this information!<br />
<br /></p>
<!-- Creates a link to share this content with facebook -->
<a href="%%=GetSocialPublishURL('1','Shared content region 1')=%%"
alias="Social Forward to Facebook"
title="Publish to Facebook">
<img
src="http://images.members.exacttarget.com/lib/ffcf14/m/1/social_default_facebook_icon.jpg"
alt="Facebook"
title="Facebook"
border="0">
</a>
</td>
</tr>
</table>
<!-- RegionEnd[ socialslot:"Shared content region 1"] -->
The HTML code in this example shares a dynamic piece of content from an email to Facebook. The first commented part of the pasted HTML names the content area "Shared content Region 1", and the second commented part of the pasted HTML contains the creates the Social Markup link using the GetSocialPublishURL() AMPscript function. The AMPscript inside of the table refers to a data extension called Offers, and it pulls the content for each subscriber based on the subscriber key contained in the CustomerID column of the Offers data extensions. The content shared by the subscriber remains the static content and doesn't change, no matter who opens the shared content.
<!-- RegionStart[ socialslot:"Shared content region 1",
title:"First shared email content",
description:"This is the first test of ExactTarget's social forwarding",
csskey:"portfolio css 1"] -->
<table width="100%" bgcolor="#FFFFFF" border="0" bordercolor="" cellpadding="5" cellspacing="0">
<tr>
<td style="font-family:Arial; font-size:13px">
%%[ var @row, @rows, @cnt
set @rows = LookupRows("Offers","CustomerID",_subscriberkey)
for (var @cnt = 0 to RowCount(@rows)) do
]%%
%%=Field("Description",Row(@rows,@cnt))=%%
<br /></p>
%%[ next @cnt ]%%
<!-- Creates a link to share this content with facebook -->
<a href="%%=GetSocialPublishURL('1','Shared content region 1')=%%"
alias="Social Forward to Facebook"
title="Publish to Facebook">
<img
src="http://images.members.exacttarget.com/lib/ffcf14/m/1/social_default_facebook_icon.jpg"
alt="Facebook"
title="Facebook"
border="0">
</a>
</td>
</tr>
</table>
<!-- RegionEnd[ socialslot:"Shared content region 1"] -
The HTML code in this example shares the content of an email to Facebook. The first commented part of the pasted HTML names the email "Shared content Region 1", and the second commented part of the pasted HTML contains the creates the Social Markup link using the GetSocialPublishURL() AMPscript function. In this case, the Social Markup link refers to the aggregator ShareThis.
<html>
<head>
<title></title>
</head>
<body>
<table>
<tr>
<td>
To view this email as a web page, click <a href=
"%%view_email_url%%">here.</a>
<!-- RegionStart[ socialslot:"Shared content region 1",
title:"email",
description:"The monthly hot offers newsletter for Company X.",
csskey:"companyx"] -->
<table width="100%">
<tr>
<td>This is a great newsletter!!!<br />
<!-- Creates a link to share this content with ShareThis -->
<a href="%%=GetSocialPublishURL('10','Shared content region 1','_stid','publisherID')=%%"
alias="Social Forward to ShareThis - email"
title="Publish to ShareThis">
<img
src="http://images.members.exacttarget.com/lib/ffcf14/m/1/social_default_facebook_icon.jpg"
alt="ShareThis"
title="ShareThis" border="0" /> ShareThis</a> using Facebook, email and more.
</td>
</tr>
</table>
<!-- RegionEnd[ socialslot:"Shared content region 1"] -->
<table cellpadding="2" cellspacing="0" width="600" id="Table5" border=
"0">
<tr>
<td><font face="verdana" size="1" color="#444444">This email was
sent to: %%emailaddr%%<br />
<br />
<b>Email Sent By:</b> %%Member_Busname%%<br />
%%Member_Addr%% %%Member_City%%, %%Member_State%%,
%%Member_PostalCode%%, %%Member_Country%%<br />
<br /></font></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
The HTML code in this example creates an email with three separate content areas, each one defined by the "@@ContentArea" lines. The first commented part of the HTML email names the email "Shared content Region 1", and the second commented part of the pasted HTML contains the creates the Social Markup link using the GetSocialPublishURL() AMPscript function. In this case, the Social Markup link refers to the aggregator ShareThis.
<html>
<head>
<title></title>
</head>
<body>
<table>
<tr>
<td>
To view this email as a web page, click <a href=
"%%view_email_url%%">here.</a>
<!-- RegionStart[ socialslot:"Shared content region 1",
title:"email",
description:"The monthly hot offers newsletter for Northern Trail Outfitters.",
csskey:"northerntrail"] -->
<table width="100%">
<tr>
<td>
@@ContentArea
@@ContentArea
@@ContentArea
<!-- Creates a link to share this content with ShareThis -->
<a href="%%=GetSocialPublishURL('10','Shared content region 1','_stid','publisherID')=%%"
alias="Social Forward to ShareThis - email"
title="Publish to ShareThis">
<img
src="http://images.members.exacttarget.com/lib/ffcf14/m/1/social_default_facebook_icon.jpg"
alt="ShareThis"
title="ShareThis" border="0" /> ShareThis</a> using Facebook, email and more.
</td>
</tr>
</table>
<!-- RegionEnd[ socialslot:"Shared content region 1"] -->
<table cellpadding="2" cellspacing="0" width="600" id="Table5" border=
"0">
<tr>
<td><font face="verdana" size="1" color="#444444">This email was
sent to: %%emailaddr%%<br />
<br />
<b>Email Sent By:</b> %%Member_Busname%%<br />
%%Member_Addr%% %%Member_City%%, %%Member_State%%,
%%Member_PostalCode%%, %%Member_Country%%<br />
<br /></font></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Clicks from an email to either a social network or an aggregator like ShareThis are displayed in the standard ExactTarget tracking information. Use a query activity to view the raw data of how shared content is viewed and forwarded once that content is already on a social network. You can find sample tracking queries at Appendix: Sample Tracking Queries for Social Forward.
If you share Social Forward content via ShareThis, you must get some additional information from your ShareThis account in order to properly share your content. Follow these steps to properly set up your ShareThis account for use with Social Forward:
Review the documents listed below for Social Forward use cases to see how you can implement Social Forward in your emails.
ExactTarget Application Emails
How to Change the Default Social Network Icons in Social Forward
How to Assign a CSS File from your Portfolio to Shared Content
How To Share Content to Different Social Networks Dynamically in Social Forward
How to Share Content Using Standard and Custom Icons with Social Forward
This page was last updated by Ryan Williams.
If you require assistance with the ExactTarget application, please contact the Client Success Center. If you wish to send Ryan direct feedback, fill out the form below: