Face book like box
To add the like box,go to Like Box - Facebook Developers.
You just need to specify the page ID which can be got from the Facebook page and then add the width and height and click the Get Code button. Copy and paste the code in your blog where you want it to be shown.
Face book like button.
Edit templates/index.tpl and add the following code under video title.
<div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:like href="{$base_url}/view/{$view.new_videos[i].video_id}/{$view.new_videos[i].video_seo_name}/" show_faces="false" width="120" font="" layout="button_count" send="false"></fb:like>
</div>
Keep backup before modifying the template
Bookmarks