Security News
npm Updates Search Experience with New Objective Sorting Options
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
vue-gorgias
Advanced tools
Import & expose functions from Gorgias easily
To import Gorgias in your VueJS application, you may follow those simple steps:
npm install vue-gorgias --save
In your main file, import Vue-gorgias:
import VueGorgias from 'vue-gorgias'
Vue.use(VueGorgias, {
apiKey: 'YOUR_API_KEY',
chatId: 'YOUR_CHAT_ID'
})
The API_KEY
and the CHAT_ID
are provided by Gorgias.
Parameter | Description | Required | Default |
---|---|---|---|
apiKey | A unique API identifier provided by Gorgias. | true | null |
chatId | A unique identifier for the chat to use inside the Gorgias system | true | null |
injectCSS* | A path to the CSS to inject inside the Gorgias iframe. This may be a relative or absolute path. | false | false |
debug | Show the debug logs if needed. | false | false |
*Currently, we do not have a proper way to customize the chat. Because of that, we must inject our own CSS inside the chat iframe. To do so, you can specify a css href to be injected in your options.
This plugin exposes some methods to help you interact with the Gorgias API.
By default, our methods are exposed through Vue.gorgias
.
Exposes a function that accepts a callback function. The callback function is called only when the plugin is fully loaded. If called after the plugin has been initialized, the callback will be fired imMediately
Vue.gorgias.ready(() => {
// Do your action here
})
Update the current user informations. We recommend you to make sure the plugin is fully loaded before calling this function like this:
Vue.gorgias.ready(() => {
Vue.gorgias.updateUser({
email: 'user@email.fr',
givenName: 'some name',
surname: 'some surname'
})
})
Please make sure to read the Contributing Guide before making a pull request.
FAQs
Import Gorgias easily
The npm package vue-gorgias receives a total of 1 weekly downloads. As such, vue-gorgias popularity was classified as not popular.
We found that vue-gorgias demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.