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

    Integrate with Zopim chat

    Framework
    3
    4
    454
    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.
    • D
      dwms last edited by Shone

      Anyone know how to integrate zopim chat into my app?

      <!--Start of Zendesk Chat Script-->
      <script type="text/javascript">
      window.$zopim||(function(d,s){var z=$zopim=function(c){z..push(c)},$=z.s=
      d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
      .push(o)};z.=[];z.set.=[];$.async=!0;$.setAttribute("charset","utf-8");
      $.src="https://v2.zopim.com/?4GnUbuazLO8z9MC09PDRe1PJRVjUyenQ%22;z.t=+new Date;$.
      type="text/javascript";e.parentNode.insertBefore($,e)})(document,"script");
      </script>
      <!--End of Zendesk Chat Script-->
      
      1 Reply Last reply Reply Quote 0
      • Hawkeye64
        Hawkeye64 last edited by

        Create a plugin.

        1 Reply Last reply Reply Quote 1
        • D
          dwms last edited by Shone

          How would I do that? I would just like to add this code in my html:

          <script type="text/javascript">
          window.$zopim||(function(d,s){var z=$zopim=function(c){z..push(c)},$=z.s=
          d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
          .push(o)};z.=[];z.set.=[];$.async=!0;$.setAttribute("charset","utf-8");
          $.src="https://v2.zopim.com/?4GnUbuazLO8z9MC09PDRe1PJRVjUyenQ%22;z.t=+new Date;$.
          type="text/javascript";e.parentNode.insertBefore($,e)})(document,"script");
          </script>
          
          1 Reply Last reply Reply Quote 0
          • Shone
            Shone last edited by Shone

            @dwms You can read about plugins here.
            https://quasar-framework.org/guide/app-plugins.html
            You could just add that code to index.html at the project root but I would not recommend that, as @Hawkeye64 said just use plugin for that.

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