Video

A video does not yet exist for this guide.

Request Video

Contents

In this tutorial you'll learn how to add 3rd party integrations such as live chat, Google Analytics, Google Tag Manager etc within WizardPanel for WHMCS.

The app you're using will provide you with embed code that will need to be added to your active design. Depending on the app you're using they will require the code to either be added to the <head> or <body> section. We will explain both below:

Integrate Within The Head

Open the following file:

/whmcs_path/templates/your_design/includes/head.tpl

You'll need to add the code at the bottom of this file in the following format:

{literal}

app code goes here

{/literal}

Integrate Within The Body

Open the following file:

/whmcs_path/templates/your_design/includes/footer.tpl

You'll need to add the code at the bottom of this file in the following format:

{literal}

app code goes here

{/literal}

Having problems?

If your app is not working feel free to contact support, we will be happy to help.

Request Support

We hope you found this documentation useful. If you run into any issues we will be happy to assist you.