Open view_video.phpand put this code .
This will post the exact image of teh video.PHP Code:
$html_head_extra = '<meta property="og:image" content="' . VSHARE_URL . 'thumb/' . $video_id . '.jpg" /> ';
$smarty->assign('html_head_extra', $html_head_extra);
Also you can put other code at $html_head_extra.
Bookmarks