I also have a question about location. I’d like this to appear below the “about author” box I have on each post. At the moment, it appears right below the text of the post itself.
http://globalmemo.org/2013/11/08/the-p-5-on-the-hrc/
Is it possible to define where it appears?
Thanks,
Tony
By default, FB comments inserts itself right below the_content(). If you want it placed elsewhere you can hardcode this into your theme
Can you advise a non-programmer how to do this? I use the Arras theme at http://globalmemo.org
Thanks,
Tony
Hi Alex! I’m having trouble uploading and adding FB comments below my blog content at http://yolitamu.com/nurture-your-anger/. Please advise. Thank you!
Instructions for this are at the plugin homepage, but you’d enter the shortcode like so:
To enter the shortcode directly into templates using PHP, enter
echo do_shortcode('[fbcomments]');
or if you want to, for example, not include Facebook Comments within post IDs 123, 345 and 456 then simply enter this code:
if (!is_single(array(123,345,456))) {echo do_shortcode('[fbcomments]');}
Hi Alex
I’ve placed my code at the bottom of comments.php as shown here:
http://imgur.com/WTJyPER
It appears now after several refreshes of the page with an error message. My main issue is location too. Am I supposed to place it in another php file to get it be placed below the other comments plugin I have shown here?
http://i.imgur.com/tJzaDWa.png
Thanks mate for your help
Brad
Alex have you seen this yet?
Brad
@brazmus this is not an issue with the plugin. The comment box outputs fine