Freshdesk Widget Embed Code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@vfuentes You can put embed code into Canvas but not Javascript. Canvas will strip out any js that is inserted into pages.
I am not sure if any of the suggestions listed in this question will work but thought I would share:
Solved: Embed Code Not Working - Instructure Community
Thanks,
Nick