Title: 9ery's Replies | WordPress.org

---

# 9ery

  [  ](https://wordpress.org/support/users/9ery/)

 *   [Profile](https://wordpress.org/support/users/9ery/)
 *   [Topics Started](https://wordpress.org/support/users/9ery/topics/)
 *   [Replies Created](https://wordpress.org/support/users/9ery/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/9ery/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/9ery/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/9ery/engagements/)
 *   [Favorites](https://wordpress.org/support/users/9ery/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disqus Comment System] Have the same thread on different posts](https://wordpress.org/support/topic/have-the-same-thread-on-different-posts/)
 *  Thread Starter [9ery](https://wordpress.org/support/users/9ery/)
 * (@9ery)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/have-the-same-thread-on-different-posts/#post-5488792)
 * Hello,
 * first, thank you for your help. I did what you said first, disabling comments
   and adding the following code in the .php for my posts :
 *     ```
       <div id="disqus_thread"></div>
       <script type="text/javascript">
           /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
           var disqus_shortname = 'myshortname'; // Required - Replace example with your forum shortname
           var disqus_identifier = '<?php echo get_post_meta($post->ID, 'dis_ident_field', true); ?>';
   
           /* * * DON'T EDIT BELOW THIS LINE * * */
           (function() {
               var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
               dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
               (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
           })();
       </script>
       ```
   
 * So I am able to set **dis_ident_field** in the custom fields of wordpress.
 * But for some reason, it doesn’t show the thread I want. So I am doing a mistake
   somewhere, but I’m not sure where:
    – Am I using the right ID for the thread 
   while defining dis_ident_field ? – Is it the one we find in the admin/moderate
   section in disqus when I select the thread like : thread:xxxxxxxxx? – Am I stupid?
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Social Login] Facebook-Login no more working after update !!!](https://wordpress.org/support/topic/facebook-login-no-more-working-after-update/)
 *  [9ery](https://wordpress.org/support/users/9ery/)
 * (@9ery)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/facebook-login-no-more-working-after-update/#post-3568173)
 * Hi Everybody,
 * I’m experiencing the exact same problem, and the fix provided by prophecy2040
   doesn’t work for us.
 * What could it be?

Viewing 2 replies - 1 through 2 (of 2 total)