Documentation Index

Fetch the complete documentation index at: https://docs.winedirect.com/llms.txt

Use this file to discover all available pages before exploring further.

Designer Launch JS Code

Prev Next

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:


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