Thanks for your effort. I hope ull figure out where is problem.
JFBClike - Meanwhile i found there might be some major issue about Likes in Facebook
forum.developers.facebook.net/viewtopic.php?id=60241&p=2 .. dunno if it helps
JFBCcomment - seems i figured it out. Module contains this code in default.php for facebook comment - <fb:comments xid="<?php echo $uniqueId;?>"......... and the $uniqueId is defined in module administration, which (if i get it right) means that there is just one ID for this module for whole site - therefore all comments are displaying on all sites in this module. So i would have to make theoretically for each page its own module with setting the unique id for it. So i edited the code and added function for generating the
$uniqueId variable from currentUrl converted into hex code (could be done by whatever else way, nvm).
Im not saying i used a good way for coding it, but it seems working properly now - and my point in writing it was to save u time maybe in finding the problem and u can solve it in expert coder way:p
Anyway, still need to solve the LIKEs error issue