I have this code that I took from a blog post somehwere:
What it basically does is that is makes two links that when clicked load a DISQUS box beneath them. The point it to have more than one DISQUS per page and this is a one way of doing it.
Now, this works. Each link shows a DIFFERENT thread since one link has "luka" as an ID and the other has jakoduginizznakova2. But if I for example use "luka1" and "luka2" it loads the same thread. This isn't really acceptable in my situation since I want to use a post id as the identifier and those numbers are really close.
Is there something I'm doing wrong or is there a workaround?