Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi, I have the same problem

    Any solution for this?!

    I’d like to know about this too… can the comments be positioned, in my case below the tags?

    Same here, my theme (Generate Press) has a own box for comments below articles, and this plugins is ignoring it completely

    You can also insert the shortcode directly into your theme with PHP:
    <?php echo do_shortcode(‘[fbcomments url=”https://peadig.com/wordpress-plugins/facebook-comments/&#8221; width=”375″ count=”off” num=”3″ countmsg=”wonderful comments!”]’); ?>

    You can modify width and number of comments in code.

    In my case in single-content.php and works fine:
    <center><?php echo do_shortcode(‘[fbcomments url=”” width=”600″ count=”on” num=”5″ countmsg=”comentarios!”]’); ?></center>

    @autocultivo: If you are using a 3rd party theme/child theme, modifying the php files is very bad as all your changes will be lost if you update.
    BTW: Using “<center>” is not the best idea as is it not supported in HTML5. You should use CSS to align things

    @s?ren Müller modifying the child theme is fine, and you will not lose changes when upgrading the parent theme.

    Thank you for this great plugin. BTW this is very important if you or any of the participants can share how the position of the facebook comment box can be changed.

    I have tried everything but wasn’t able to find how this position can be changed.

    Thanks in advance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change position of comments on posts’ is closed to new replies.