Getting disqus_identifier from the disqus admin panel

I have a bunch of comments from an old system that I successfully imported into disqus. Now I need to connect them to the new system. It should be as easy as setting disqus_identifier correctly.

This is frustrating because the comments are visible in the disqus admin panel, but I cannot find a way to get the disqus_identifier for this comment in the disqus admin panel. Any suggestions?

+5
source share
3 answers

In general, identifiers connect to streams in one of three ways:

  • Having javascript variable 'disqus_identifier' set in first load thread
  • By setting the stream identifier in the import file
  • Disqus

№ 3 - . , URL- ( ). , URL- . URL- Mapper, : http://help.disqus.com/customer/portal/articles/912757-url-mapper

CSV URL- . CSV , URL- . , URL- , , URL- ( # comment-12345678). , , CSV.

URL- , . , URL-, , , . , , , URL- ( ).

, API . (URL-, , json-), API : http://disqus.com/api/

, forums/listThreads .

+2

Disqus , Disqus, (Chrome Firefox), disqus_identifier enter. .

Disqus Identifier in Console

+2

UI fails if you ask me. I resorted to bypassing the entire admin web interface via:

Exportcomments and XML file upload. Then find the file for the threads of interest and pay attention to the destination URL (or identifier).

+2
source

All Articles