Skip to main content
All CollectionsIntegrations
Manual Integration (script JS)
Manual Integration (script JS)

Integrating Vidjet with your website manually

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

Steps to follow

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://media.vidjet.io/client-app.js?siteId=xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx'; t.parentNode.insertBefore(vis, t); })(document, 'script', 'vidjet'); </script> <!-- Vidjet Script - End --> 

⚠️ On the line "siteId=XXXX", replace the XXXX with your real site ID.
The entire script with your site ID can be found under Settings > Integration > OTHER via script tag.

2. Saves the changes, and push (if needed).
Vidjet is now integrated to your site. ✔️


Quick note

If you've integrated the script before November 2024, you should update its link. Here's a short tutorial:

Did this answer your question?