# Introduction

Vue component to integrate Disqus comments in your application, with support for SPA.

## Features

- Events for all disqus callbacks;
- Lazy load (by IntersectionObserver);
- Support a Page and SSO config with props validator;
- Update disqus automatically when language changes occur;
- Possibility to use the reset method (using ref);
- DisqusCount component;

## Contributing

- Check the open issues or open a new issue to start a discussion around your feature idea or the bug you found;
- Fork repository, make changes, add your name and link in the authors session CONTRIBUTING.md;
- Send a pull request;

### Donate

<br> 

<a href="https://www.buymeacoffee.com/ktquez" target="_blank" rel="noopener" aria-label="Buy Me A Coffee">
  <img src="https://cdn.buymeacoffee.com/buttons/lato-black.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important; border-radius: 10px;" >
</a>

<a href="https://ko-fi.com/O5O31PRAX" target="_blank" rel="noopener" aria-label="Support me on Ko-fi" style="display: inline-block; background-color: #ff5e5b; border-radius: 10px; height: 51px;">
  <img src="https://www.ko-fi.com/img/githubbutton_sm.svg" alt="Support me on Ko-fi" style="height: 51px !important;width: 217px !important;" >
</a>

::: tip
If you want a faster communication, find me on twitter [@ktquez](https://twitter.com/ktquez)
:::

## License

VueDisqus is open-sourced package licensed under the [MIT](https://github.com/ktquez/vue-disqus/blob/master/LICENSE) license
