Several disqus-threads on one page
问题 we have a website where we have list a lot of events, and would like to add discussions to each of the events. So we wanted to use disqus, and checked it out. Turns out they use global variables to configure the instance. like; var disqus_shortname = ''; var disqus_identifier = ''; var disqus_url = ''; This poses a problem for us, when we don't want to use the same identifier, but rather a unique one per disqus instance. tried putting each instantiation + configuration in iframes, but that