All Collections
Integrations
Manual Integration (script JS)
Manual Integration (script JS)

Integrating Vidjet with your website manually

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

1. Copy and paste this script into your website's <head> tag:

<!-- 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 --> 

2. In the line saying "siteId=XXXX", replace the XXXX with your site Id (your entire script with your site id can be found under Settings > Integration > OTHER via script tag)

3. We will automatically integrate your site on this account.

4. Create your first campaign once your site is integrated.

Did this answer your question?