html - Integrate NotifyVisitors Javascript Code OPencart -


i want add following javascript code footer of opencart (2.0.3) integrate notifyvisitors app website.

but don't know how , add javascript code enable notifyvisitors app.

<div id='notifyvisitorstag'></div> <script>         var notify_visitors = window.notify_visitors || {};      (function() {          notify_visitors.auth = { bid_e : '7e8xxxxxxxxxxxx561', bid : '0000`enter code here`', t : '420'};         var script = document.createelement('script');script.async = true;         script.src = (document.location.protocol == 'https:' ? "//d2933uxo1uhve4.cloudfront.net" : "//cdn.notifyvisitors.com") + '/js/notify-visitors-1.0.js';         var entry = document.getelementsbytagname('script')[0];         entry.parentnode.insertbefore(script, entry);      })(); </script> 

please guide.

thanks.

notifyvisitors updated plugin available @ official opencart extension store.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -