Designer Launch JS Code
  • 31 Mar 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Designer Launch JS Code

  • Dark
    Light
  • PDF

Article summary

Header Quick Launch Code

When creating your templates, you need to include the Designer Launch JS code in the header of your HTML file. 

<!--//Vin65 QuickLaunch//-->
<script type="text/javascript" src="https://quicklaunch.vin65.com/quicklaunch.js"></script>
<!--//Vin65 QuickLaunch//-->

When your layouts are parsed, the following base Vin65 files will automatically be included in your templates:


A code must also be put at the bottom of the page before the closing </body> tag. This is used for loading post processes like Twitter widgets and other tools.

<!--//Vin65 QuickLaunchFooter//-->
<script src="https://assets.vin65.com/js/vin65Footer.js" type="text/javascript"></script>
<!--//Vin65 QuickLaunchFooter//-->

Was this article helpful?