Skip to content

Instantly share code, notes, and snippets.

@joshteng
Created January 23, 2014 10:44
Show Gist options
  • Save joshteng/8576541 to your computer and use it in GitHub Desktop.
Save joshteng/8576541 to your computer and use it in GitHub Desktop.
Instructions to integrate Televate using custom button or link
<!--Step One: include this script in your within your html body-->
<script type="text/javascript" src="//app.televate.io/lightbox.js"></script>
<!--Step Two: create a button that will trigger the form-->
<!--use this-->
<a href="#" class="televate-trigger" data-menu-id="l_EKm2ry4Ay-rPNxzF092g">Call Us</a>
<!--or this-->
<button class="televate-trigger" data-menu-id="l_EKm2ry4Ay-rPNxzF092g">Enquiries</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment