Solved

How to integrate FreshDesk in Ionic application on a specific page?

  • 28 April 2021
  • 3 replies
  • 200 views

1


I am working on an Ionic application and want to integrate FreshDesk into a page. I have tried adding the below code under the Head tag. Can anyone please help on this?

<script>
    window.fwSettings={ 'widget_id':82000002644 };
    !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://ind-widget.freshworks.com/widgets/82000002644.js' async defer></script>
 

icon

Best answer by hemanth.ramya 29 April 2021, 13:54

View original

3 replies

Userlevel 5
Badge +9

Hi @rhondachurchill99,

 

We can see that you are trying to embed the Freshdesk help widget in an application. Can you please elaborate more on the issue you are facing so that we can help you accordingly? Alternately, you can write to support@freshdesk.com and we would be happy to assist.

 

Cheers,

Freshdesk Community Team

Thanks, for your reply. I will write to freshdesk support.

Userlevel 5
Badge +9

Sure, @rhondachurchill99. Feel free to reach out to us anytime! :)

 

Cheers,

Freshdesk Community Team

Reply