2011-06-14, 02:08:16
yojoe Wrote:roog: I have no idea if Roba's external commenting plugin works with your news plug, but did you think about any comment system for news ?
If it would be able to integrate with Roba's FB comments it would be great, although news would would have to be firstly posted as a news feed on FB, before comments could be post.
In this post: http://get-simple.info/forum/post/14706/#p14706 I explain how to get the external comments working with news manager.
It just requires the inclusion of one line in the nm_show_post function:
Code:
get_external_comments($slug, $url, $title);
in site.php file where you want the comments to appear.
-Rob A>