All Collections
Integrations
Webflow Integration
Webflow Integration

Integrating Vidjet with your website using Webflow

Leo Petit avatar
Written by Leo Petit
Updated over a week ago

1. Open your Webflow account dashboard: https://webflow.com/dashboard

2. Choose your project

3. Navigate to the top left corner and click on the hamburger icon:

4. Click Project settings

5. Click Custom code and copy paste the Vidjet code snippet with your site Id (below) in the Head Code section:

<!-- Vidjet Script - Start --><script> (function(d, s, id) { if (d.getElementById(id)) return; var t = d.getElementsByTagName(s)[0]; var vis = d.createElement(s); vis.id = id; vis.src = 'https://app-api.vidjet.io/generator.js?siteId=XXXX'; t.parentNode.insertBefore(vis, t); })(document, 'script', 'vidjet'); </script><!-- Vidjet Script - End -->

6. Save your changes.

Did this answer your question?