Use different widgets from the same property
-
Below you see two codes to enter widget into page one is default and in German and one is English and with “/1drft1d1n” after the ID.
In settings I tried to add /1drft1d1n after the ID but then no chat is shown at all.
The default Tawk.to chat plugin offers two dropdowns one to select properties and one to select widgets.
If you make the link working with /1drft1d1n it would be enough.
<!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='<strong>https://embed.tawk.to/1234567890/default</strong>'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='<strong>https://embed.tawk.to/1234567890/1drft1d1n</strong>'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script-->
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Use different widgets from the same property’ is closed to new replies.