Results 1 to 10 of 14

Thread: video player on facebook

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2010
    Posts
    29

    Default

    Open view_video.phpand put this code .

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

  2. #2
    Join Date
    Oct 2010
    Posts
    11

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •