disqus remember the whole url link of the page, where the comment was 
posted . This link contains a random number (number of order) and if you 
change your order, the url will change too, and it will be a new page for 
disqus. so different clients has different threads   .   I don't use any 
api. Add only this code 

DISQUS.reset({
            reload: true,
            config: function () {
                this.page.identifier = newIdentifier;
                this.page.url = newUrl;
                this.page.title = newTitle;
                this.language = newLanguage;
            }
        });

if anybody want to bye flowers in wikishop ? :) put any comment in disqus 
and your order wil come to me.)



суббота, 13 декабря 2014 г., 16:15:17 UTC+3 пользователь Tobias Beer 
написал:

> Hi,
>  
>
>>
>>
> How do you make sure that not all your clients see the same thread. Last 
> time I checked, tiddlywiki only uses #hashes which has not been supported 
> by disqus, so far. So, you'd end up with one big thread for the entire wiki 
> / shop... which surely cannot be what you have in mind.
>  
>
>> we generate a long url and code to it all our order. disqus get this 
>> link, and if we click  it, tiddlywiki site decode this link and show me 
>> your order (+ name email and address)
>>
>
> Usually, disqus doesn't care so much about whatever link you give it. What 
> matters is that there is an addressable resource at that location, while it 
> ignores anything past the location #hash. 
>
> Looking closer, I am seeing *#!heeg#*. Does that mean you modified the 
> core to achieve that?
>
> Best wishes, Tobias.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to