Forums

Disqus and Facebook Comments Positioning (1 post)

  1. gowrann
    Member
    Posted 7 months ago #

    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?

Reply

You must log in to post.

About this Topic