<script type="text/javascript" src="https://www.verizon.com/foryoursmallbiz/lqwidget/business-lq-widget.js" ></script>
Insert a placeholder div Element with attribute id="internet-lq-widget" for the modal to load on your page and<div id="internet-lq-widget" style="display: inline-block" ></div>
Emit a custom Event as below from your code on button / link click ( Or could be any User action)window.dispatchEvent((new CustomEvent('showlqwidget')));
Try Now