TOP

Designer Launch JS Code

Header Quick Launch Code: Learn about the header quick launch code. Learn More >

Footer Quick Launch Code: Learn about the footer quick launch code. Learn More >


Header Quick Launch Code

When creating your templates you need to include the Designer Launch JS code in 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:

Page Top 


Footer Quick Launch Code 

There is also a piece of code that must get put at the bottom of the page before the closing </body> tag. This is used for loading post processes like loading twitter widgets and other tools.

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

Page Top