Your emails will likely be opened on a variety of email clients that all support different HTML and CSS features. Email clients may display messages incorrectly, and, in some cases, they may not open a message at all.
Inconsistent behavior across email clients is inconvenient at best, and it presents real barriers for recipients who rely on accessibility tools such as screen readers.
The Marketing Campaigns Weblink feature makes it possible for recipients to view your email in a Web browser where modern HTML and CSS, as well as accessibility features, are better supported. This feature enhances the email experience for your marketing campaigns.
Please note that the Weblink substitution tag is a feature exclusively available in our Marketing Campaigns.
Weblink is a Substitution Tag; however, {{Weblink}}
is not meant to be included in your design alone. The {{Weblink}}
tag will be replaced by a URL. This means that you must add the {{Weblink}}
tag as the URL to a link element — usually some text. For those familiar with HTML, {{Weblink}}
is assigned to the href
attribute of an anchor tag.
<a href="{{Weblink}}">Open this email in a Web browser</a>
When using the Design Editor, you can add a Weblink as the URL for any link in your design.
{{Weblink}}
tag. Select CustomURL as the Link Type, and type {{Weblink}}
in the Link URL
field.You can also add a link by modifying the underlying HTML code for a drag-and-drop module.
{{Weblink}}
tag is placed inside the href
attribute rather than a regular URL.1<div style="font-family: inherit">2<a href="{{Weblink}}">Open this email in a Web browser</a>.3</div>
When using the Code Editor to build your design, you can add {{Weblink}}
as the href
attribute for any anchor tag where the link should appear.
Weblink URLs are generated after your email is scheduled to send. For this reason, you will not be able to test the Weblink directly from the Editors' Preview windows when building your Single Send or Automation. Instead, you can send a test email.