No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How can I use freshdesk function in Quasar?

    Help
    2
    2
    86
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      ak101 last edited by

      I m beginner, after I run my code I didn’t see the help icon in right bottom.

      My code:
      <script type=‘text/javascript’ src=‘https://widget.freshworks.com/widgets/12000000025.js’ async defer />
      <script>
      export default {
      created () {
      window.fwSettings = {
      widget_id: ‘12000000025’,
      locale: ‘en’
      }
      !(function () {
      if (‘function’ !==typeof window.FreshworksWidget) {
      var n = function () {
      n.q.push(arguments)
      console.log(“Seccessful”);
      }
      n.q = []
      window.FreshworksWidget = n
      }
      })()
      }
      }
      </script>

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        This has nothing to do with Quasar, so can’t really help you with this. You might be better off with the support from Freshworks.

        Scott

        1 Reply Last reply Reply Quote 0
        • First post
          Last post