Designer Launch JS Code
- 31 Mar 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Designer Launch JS Code
- Updated on 31 Mar 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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:
jQuery 1.7.2, jQuery-ui1.8.21.custom, vin65.js, vin65.css
Footer Quick Launch Code
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?