Pro instalaci Lime Talk chatu na Váš web používající Google Tag Manager zkopírujte instalační kód z klientské zóny Lime Talk (ze sekce Nastavení -> Instalační kód) a pokračujte podle pokynů níže.
To je vše. Teď by se měl chat objevit na Vašem webu.
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.