• Hi all,

    Today I found a solution for integration of Social’s Twitter en Facebook’s comments, RT’s and likes.

    Look for the following in comments.php:

    <?php wp_list_comments(array('type'=>'comment')); ?>

    and replace it with:

    <?php wp_list_comments(array('type'=>'all')); ?>

    Above all, also check in functions.php of your theme whether trackbacks will not be ignored.

    This is a mayor step forward, as far as I am concerned…

    https://www.ads-software.com/plugins/social/

  • The topic ‘Problems with themes and Social comments integration? Solution!’ is closed to new replies.