I am trying to embed the Freshdesk support tool widget into my home page so that students can select the help widget and select the appropriate support options followed by ticket submission. Canvas supports embed code however the code I have from Freshdesk will not work. Below is the code. Any help would be appreciated. I contacted Canvas support and was told that they wont support external embed code.
<script>
window.fwSettings={
'widget_id':11000000484
};
!function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}()
</script>
<script type='text/javascript' src='https://widget.freshworks.com/widgets/11000000484.js' async defer></script>
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.