Hi,
This need some code modifications in two files(header.tpl and view_video.php).
If you can't do this, open a support ticket at
BuyScripts Helpdesk
with your vshare admin and FTP login details.
Thanks
Buyscripts Team
Hi,
This need some code modifications in two files(header.tpl and view_video.php).
If you can't do this, open a support ticket at
BuyScripts Helpdesk
with your vshare admin and FTP login details.
Thanks
Buyscripts Team
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.
as of the last few days facebook has been accepting thumbnails in their posts w/o any mod to the template. i believe they had server issues then. but i will keep ur tip in mind. thx!
Last edited by victor89; 10-28-2010 at 01:33 PM. Reason: typo
Bookmarks