2011-11-25, 00:42:52
Ok, so I've manually check the html output too, thanks @Connie !
Has anyone tried adding facebook comments on post? I've tried this applied the facebook comments tag on site.php
Works, but it also shows on the excerpt news http://cl.ly/C47n , is it possible for the comment to only available on specific news post http://cl.ly/C5Ip ?
Has anyone tried adding facebook comments on post? I've tried this applied the facebook comments tag on site.php
Code:
<div class="nm_post">
<h3 class="nm_post_title">
<a href="<?php echo $url; ?>"><?php echo $title; ?></a>
</h3>
<div class="nm_post_date"><?php echo i18n_r('news_manager/PUBLISHED') . " $date"; ?></div>
<div class="nm_post_content"><?php echo $content; ?>
<div class="fb-comments" data-href="http://localhost:8888/getsimple/news/" data-num-posts="5" data-width="960" data-colorscheme="dark"></div>
</div>
Works, but it also shows on the excerpt news http://cl.ly/C47n , is it possible for the comment to only available on specific news post http://cl.ly/C5Ip ?