External Link Targeting ❺
Automatically open external links in a new tab
We are planning to move this into the Rich Text lib.
In most situations, you will automatically want external links to open in a new tab.
This library automatically looks for FQDN links such as
https://...
and adds a target=_blank
.It will only add a target if none is specified.

External Links
Demonstration page
Add the
wfu-external-links
custom attribute to any link, text, or richtext element. Can also be added to DIVs. There are currently no configuration options for this feature, so we’ll use a no-code integration approach.
Install JS in HEAD, generally site-wide.
<!-- Sygnal Attributes 5 | Urls -->
<script defer src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-url.min.js"></script>
See above notes for the supported formats.