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

How to map disqus comments according to different posts? #19

Closed harishankards closed 6 years ago

harishankards commented 6 years ago

Hi,

I'm using your vue-disqus on my social network kind of project. When a user comments in a post, the comments are replicated to wherever the disqus is embedded in the project. How to map the comments set to different posts in a unique manner?

ktquez commented 6 years ago

Are you inserting a unique identifier and unique url for each vue-disqus instance?

harishankards commented 6 years ago

Nope so far. @ktquez If you can help me on how to do that, would be really great.

ktquez commented 6 years ago

Could you show me a piece of code? Of how you're doing it.