Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Facebook comments code in single.php #670362

    Thanks for the reply. I kept playing around and managed to get it to work nicely by adding this:

    <div class=”fb-like” data-href=”<?php the_permalink(); ?>” data-layout=”standard” data-action=”like” data-size=”small” data-show-faces=”true” data-share=”true”></div>
    <div class=”fb-comments” data-href=”<?php the_permalink(); ?>” data-width=”100%” data-numposts=”10″ data-order-by=”social” data-colorscheme=”light”></div>

    <!–end content–>

    Added it right before that end content tag. So far so good, but I have no experience in coding, so do let me know if this is not recommended for any reason.

Viewing 1 post (of 1 total)