Viewing 1 replies (of 1 total)
  • Thread Starter Chris F.

    (@smartwizardsol)

    Never mind, I didn’t have time to wait around for a week (or more) with no response. I uninstalled the plugin and used the following solution instead.

    This won’t help everyone, but if you’re using a Genesis child theme it will. I put this code in the child themes functions file:

    add_action(‘genesis_before_comments’, ‘facebook_comment’);
    function facebook_comment() {
    if (is_single()) { ?>
    <h3>Comments</h3>
    <div class=”fb_comments”>
    <div id=”fb-root”></div><script src=”https://connect.facebook.net/en_US/all.js#xfbml=1″></script><fb:comments href=”<?php the_permalink(); ?>” numposts=”5″ width=”570″ publish_feed=”true”></fb:comments>
    </div>
    <?php }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Simple Facebook Comments] How to add a "Comments" heading above comment box?’ is closed to new replies.