How to Install the Tiledesk Live Chat Widget on a Magento Website
Last updated
Log in to your Magento Admin Panel using your credentials.
Once logged in, navigate to the "Design" section and click on Configuration.
Find the appropriate store view that you want to configure and click Edit in the action column.
Expand section HTML Head paste the widget code into the Scripts and Style Sheets field and press the Save configuration button.
This is an example of the widget code:
<script type="application/javascript"> window.tiledeskSettings= { projectid: "<project-ID>" }; (function(d, s, id) { var w=window; var d=document; var i=function(){i.c(arguments);}; i.q=[]; i.c=function(args){i.q.push(args);}; w.Tiledesk=i; var js, fjs=d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js=d.createElement(s); js.id=id; js.async=true; js.src="https://widget.tiledesk.com/v6/launch.js"; fjs.parentNode.insertBefore(js, fjs); }(document,'script','tiledesk-jssdk')); </script>
Please remember to use your project ID. You'll find the code anytime in Settings > Widget > Installation section.
Once you've inserted the code, go to System > Cache management, select ALL checkboxes, and press the Refresh/Submit button.
Finally save the settings and check the result by visiting your Magento site. The Tiledesk live chat widget should now be visible on the page where you inserted the code.
Make sure to test the functionality of the widget to ensure it works correctly and is positioned exactly where you want it on your Magento site.
Last updated