🚀Quick Start | SA5 HTML

How to Easily Add SA5's User Info & Advanced Routing Enhancements to Your Webflow Memberships Site

circle-check

How to Add the Library

circle-exclamation

Add this script to the site wide custom code HEAD area of your site. If you are only using it on specific pages, you can add it to page-specific custom code instead.

<!-- Sygnal Attributes 5 | HTML --> 
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-html.css"> 
<script defer src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-html.js"></script>

Add the custom attributes for the features you need, described in each feature separately.

SA5 Library Developers

For SA5 library developers, use the extended syntax to support Sygnal Devmodearrow-up-right and Sygnal DevProxyarrow-up-right. These make it easier to develop and test code changes with Webflow sites.

<!-- Sygnal Attributes 5 | HTML --> 
<link rel="stylesheet" 
  href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-html.css"
  dev-href="http://127.0.0.1:4000/dist/css/webflow-html.css"
  group="SA5 HTML"  
  > 
<script defer 
  src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-html.js" 
  dev-src="http://127.0.0.1:4000/dist/nocode/webflow-html.js"
  group="SA5 HTML"  
  ></script>

Last updated

Was this helpful?