Facebook comments

Posted in: Newsmag
Post count: 15

Hello.
How i can add facebook comments on Newsmag theme without plugins?
I tried to install it with your instruction and added this code: <div class=”fb-comments” data-href=”<?php echo get_permalink($td_mod_single->post->ID); ?>” data-width=”100%” data-numposts=”5″></div> in all loops files.

it works only when instead of this part: <?php echo get_permalink($td_mod_single->post->ID); ?> i write my website url, but in this case it shows the same comments on all posts.

Maybe i also have to add this code in single_template files? if yes please send me screenshot where exactly i need to add this code in single_template file
Thanks

Post count: 6535

Hi

You only have to add the code once where you want to display the facebook comments. I assume that happens because of some bad characters around php code. try to replace the code with this one then test again: http://pastebin.com/GpvNATH1

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.