To install the Lime Talk Code on your site using Google Tag Manager, copy the code from the Lime Talk client zone (section Settings -> Installation Code) and follow these steps.
That’s it! Now your chat should appear on your website.
If you have Lime Talk installed via Google Tag Manager and need to add the Language version installation code to some subpages, you must use this notation instead of the standard one:
<script type="text/javascript">
  var el = document.createElement('script');
  el.setAttribute('id', 'limetalk-lang');
  el.setAttribute('data-id', 'XXXXXXX');
  document.getElementsByTagName("head")[0].appendChild(el);
</script>
            Replace XXXXXXX in the above code with the data-id of your language from your Lime Talk client zone.