🚀Quick Start | SA5 CRO
How to Easily Add SA5's UI Enhancements to Your Webflow Site
Last updated
Was this helpful?
How to Easily Add SA5's UI Enhancements to Your Webflow Site
Last updated
Was this helpful?
Was this helpful?
IMPORTANT We've made some enhancements to SA5 Core in v5.5.0. If you are already using other SA5 Libs, please make certain to upgrade them to at least v5.5.0 as well to ensure cross-compatibility.
Add this script to the page-specific or site wide custom code HEAD area of your site or page.
<!-- Sygnal Attributes 5 | CRO -->
<script defer src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-cro.js"></script>
Once the library is installed, use the attributes you want for the specific features you're looking for in this library. Those are documented with each feature.
Add the custom attributes for the features you need, described in each feature separately.
For SA5 library developers, use the extended syntax to support Sygnal DevProxy.
<!-- Sygnal Attributes 5 | CRO -->
<script defer
src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-cro.js"
dev-src="http://127.0.0.1:4000/dist/nocode/webflow-cro.js"
devproxy-group="sa5"
></script>