DISQUS - filtering the recent-comments list when using disqus on two seperate resources on the same
- by stephemurdoch
I'm using Disqus comments on my site. Users can comment on blog posts or on podcasts.
So I have a page that lists all the blog-posts and one listing all of my podcasts.
I'm using the combo-widget to display the most recent comments on each of these two pages.
But I only want recent blog-post comments to show up in the list on the blog index page and likewise for podcasts.
At the moment, the combo-widget lists all the comments, regardless of whether or not they were left on a blog post or a podcast...
Is Disqus even built to be used in this way?
[Site built with rails and I'm using norman's disqus plugin, although I doubt it matters...]