Social Media Integration
Add share links to your email content to allow campaign recipients to share a link or copy of your campaign on supported social media and expand the reach of your campaign.
There are two types of share link you can create:
- Link to your campaign - recipients share an anonymous web version of your campaign when following the link.
- Link to another URL - recipients share a custom URL, e.g. a link to your website, when following the link.
Supported social media
The Adestra editors support social sharing to: Digg, Twitter, Pinterest, Reddit, Google+, LinkedIn, and Facebook.
Creating a share link
The method for inserting social links into your content depends on if you are using the HTML editor or Email Editor.
Email Editor
Press the Share Link email tool in a link, HTML box or source box to insert a share link.
HTML Editor
To insert an icon with a share link:
- Position your cursor where you want the link to be placed.
- Press the share link button to open the share link selector.
- Select a social site.
- Configure your share link.
To link existing text:
- Highlight the relevant text.
- Press the share link button to open the share link selector.
- Select a social site.
-
Note: creating a share link this way will remove the option to select an icon or enter text.
Configure Share Link
Once you have selected a social network, the share link selector displays the options for you to configure the share link.
-
Select the type of share link you wish to include, i.e. link to a web version of this campaign or link to another URL. The type will default to the current campaign.
If you select to link to another URL, enter the full URL in the URL text box, e.g. https://uplandsoftware.com/adestra/.
Exception: instead of the share option, Twitter has a status field showing what will be tweeted by recipients.
The status will be pre-filled with a link placeholder representing the URL to the page being shared. This is a shortened link, used instead of the delegated domain to save space.
-
Edit the status by entering text before and after the link.
-
The link place holder must remain in the status in order for it to be tracked.
-
Keep track of the character restriction using the counter displayed alongside.
-
-
If you wish to track the URL, ensure the track URL checkbox is ticked. Hits to the linked page will be recorded as page views in the campaign report.
Note: the link will change to use Adestra's link shortener, instead of the domain. Deselect this option if you want your domain to be used. -
Unless you are linking from existing text, your link will include the icon for the chosen social network.
-
Select a size for the icon from the dropdown box.
-
To not have an icon displayed, select 'none' using the drop-down box.
-
-
Add share text for your link or use the default message, e.g. Share on LinkedIn.
-
Press the okay button to add the share link to your email content.
Exception: Some of the social networks, such as LinkedIn, let you add more details to the page that is being shared, for example a title or description.
Some options are pre-filled, e.g. the title will default to your campaign’s subject line. Before pressing the okay button, you may wish to change the title, description, etc. to something else.
When recipients follow a share link, they will be directed to the social network site and given various options to customise the link they are sharing before they post.
Any pre-filled details are transferred to the social network’s share page.
Examples:
Share on Twitter
When recipients share the link, Twitter opens with the pre-filled details.
Recipients can change the pre-filled tweet on the social network's share page before they post.
Facebook Like
When the share link is followed, a new window will open displaying the page being shared, with the like button at the top of the page.
When the recipient clicks to 'Like', they are given the option to also post to Facebook.
Conditional content for share links
Add conditional content to your email to customise your campaign for social media, e.g. to include a sign-up link that would not be relevant to an existing email recipient.
Example template code:
[* IF vars.shared *]
Like what you see? Why not signup to our regular newsletter?
[* END *]
This conditional content will only be displayed to people who have clicked to view your campaign via a social network.
For more help including conditional content in your emails, contact Adestra Customer Support (adestra-support@uplandsoftware.com).
Customising share links with Open Graph tags
Use Open Graph meta tags to customise your share link, avoiding the default settings for elements such as text and images that some social media sites generate.
When customising the share link for an email, the meta tags will need to be entered into the <head> section of your HTML template.
When customising the share link to a website, the tags will need to be entered into the <head> section of your web page.
The following basic meta tags will allow you to set the thumbnail image, the title and description, rather than using a default template which may not be quite as accurate.
- Thumbnail image - <meta property="og:image" content="Image URL In Here" />
- Title - <meta property="og:title" content="Title of the post here" />
- Description - <meta property="og:description"content="Description should be written in here"/>
For more information on adding code into the HTML of your campaign please refer to the Source Editor topic.