https://developers.facebook.com/docs/refere...ugins/comments/
Put in URL field :
http://example.com
Replace example.com with your sitename.
Customize other selections to your needs and click Get code.
HTML5
1. Include the first code to page where showing news, right after body tag.
2. Edit your news template
add into Add comment form box (in cutenews) the code which is in the second box.
For example:
<div class="fb-comments" data-href="http://www.example.com" data-num-posts="2" data-width="470"></div>
now change the link like this:
<div class="fb-comments" data-href="http://www.example.com/index.php?subaction=showfull&id={news-id}&archive=&start_from=&" data-num-posts="2" data-width="470"></div>
Done.
Hope this works