How to add social share links to your campaign
If you want to add an option for your subscribers to share your campaign on social media, you can do it by using the social follow icons in the drag and drop editor.
For Facebook, hyperlink the icon with
https://www.facebook.com/sharer.php?u={{WebVersionURL|url_encode}}
For Twitter, hyperlink it with https://twitter.com/share?text={{WebVersionURL|url_encode}}
For LinkedIn, use https://www.linkedin.com/sharing/share-offsite/?url={{WebVersionURL|url_encode}}
If you're using the Code your own editor, you can insert the following link:
For Facebook:
<a href="<a href="https://www.facebook.com/sharer/sharer.php?u=%7B%7BWebVersionURL%7D">https://www.facebook.com/sharer.php?u={{WebVersionURL|url_encode}}</a>}" target="_blank">Share on Facebook</a>
For Twitter:
<a href="<a href="https://twitter.com/share?text=%7B%7BWebVersionURL%7D">https://twitter.com/share?text={{WebVersionURL|url_encode}}</a>} " target="_blank">Share on Twitter</a>
For LinkedIn:
<a href="<a href="https://www.linkedin.com/sharing/share-offsite/?url=%7B%7BWebVersionURL%7D">https://www.linkedin.com/sharing/share-offsite/?url={{WebVersionURL|url_encode}}</a>} " target="_blank">Share on LinkedIn</a>