Assign thread to multiple pages

129 views
Skip to first unread message

Eric

unread,
Jul 8, 2011, 2:47:19 PM7/8/11
to Disqus Developers
Hi,

I am relatively new to Disqus and am trying to figure out how to get
threads to be linked to multiple posts/pages in WordPress. So I have
two threads; using http://disqus.com/api/3.0/threads/list.json I can
see that they each have identifiers corresponding to their WP post
IDs, e.g.:

"identifiers": [
"12225 "
],

I am able to update the thread's identifier (using
http://disqus.com/api/3.0/threads/update.json) :

"identifiers": [
"12225asdf"
],

but can not see how to add multiple identifiers. I have tried both
multiple "identifier" params to the update hook, and passing a single
comma-separated list of post IDs, but neither will assign multiple IDs
to the thread.

Even if I figure this out, I am not sure that this will gain me the
desired behavior: having this thread appear on each page (which may
contain other threads as well). It looks like the URL of the page is
also a unique identifier for a thread, which would preclude being able
to do what I'm looking for. Is this possible using Disqus?

Thanks,
Eric

qrof

unread,
Jul 11, 2011, 10:26:17 AM7/11/11
to disqu...@googlegroups.com
Eric,

have you tried having the same disqus_identifier present on all pages?

var disqus_identifier = 'unique identifier of the page';

That'll give you same thread on different pages

BR
marko
Reply all
Reply to author
Forward
0 new messages