To integrate Facebook comments put:
<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
in header of /user-content/templates/base/layouts/frontend.php line 13 with your facebook user id.
then paste code given below in /user-content/templates/base/views/index/wallpaper.php on line 48
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:comments href="<?php echo Thumbgrid::makeGoodUrl($wallpaper->id, 'wallpaper', $wallpaper->name);?>" num_posts="3" width="300"></fb:comments>
change num_posts and width values to match your requirements.
remove default commenting lines
$r .= Thumbgrid::displayComments($comments);
$r .= Thumbgrid::commentForm($wallpaper);