• Can anyone point me in the right direction of positioning Disqus Comments above Facebook Comments if both were to be used – by default Facebook goes above.

    Example here.

    I have tried according to the developers of FaceBook for Comments to place the function elsewhere but not successfully <?php if (function_exists('facebook_comments')) facebook_comments(); ?>.

    And also they mention that using `<div id=”commentsContainer”>
    <?php comments_template(); ?>
    </div>
    <?php if (function_exists(‘facebook_comments’)) facebook_comments(); ?>
    <?php endwhile; else: ?>`will place FB below WordPress comments which would work but not in my case as I am using Disqus comments.

    Any thoughts?

  • The topic ‘Disqus and Facebook Comments Positioning’ is closed to new replies.