Forum Discussion
TomMusto
6 years agoQrew Cadet
The module.js page should contain only javascript/jQuery code, but the code provided above contains HTML. I think you need to either strip out all of the text/HTML content from the above code or use a javascript/jQuery function to write the HTML to the page. To confirm this, try using just this portion of the code in your module.js file and see if it works:
------------------------------
-Tom
------------------------------
window.__lc = window.__lc || {}; window.__lc.license = 9999999; (function() { var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })();
------------------------------
-Tom
------------------------------
- MarkShnier__You6 years ago
Qrew Legend
Amazing, it totally worked. I was also able to embed a dummy form on a dashboard as a Web Page Widget and get the chat box on my Dashboard. Wonderful.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------- GiuseppeMacri5 years agoQrew CaptainHey Mark,
How does LiveChat work for your QB implementation? I was thinking about doing something similiar on a form and was wondering A) if it works well and B) is the above code repurposable based on license number.
Also is LiveChat a good service?
-Giuseppe
------------------------------
GMacri
------------------------------- MarkShnier__You5 years ago
Qrew Legend
That was an experiment I did quite a few years ago for a client but they never went ahead to implement and staff the chat line. So that's all I know.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------