ktquez / vue-disqus

Integrate Disqus count and comments in your application Vue 3, with support for SPA
https://ktquez.github.io/vue-disqus/
MIT License
253 stars 26 forks source link

Some questions of integration vue-disqus #66

Closed TangoPJ closed 3 years ago

TangoPJ commented 3 years ago

Hi there! I have several questions:

  1. After intergrating vue-disqus on my website, will users be able to leave comments after registering, or everyone be able to?
  2. Are users comments stored in Disqus or on my site?
  3. Can I change the styling of the component to suit my site design?
ktquez commented 3 years ago

Hi @TangoPJ

  1. Anonymous/guest commented is no longer supported
  2. Disqus server
  3. I think not
TangoPJ commented 3 years ago

@ktquez Hi, thank you for answers :)