Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: video player on facebook

  1. #1
    Join Date
    Oct 2010
    Posts
    11

    Default video player on facebook

    i would like to embed a video player after posting a link on facebook, such as how YouTube or facebook's own player appear after posting.

  2. #2
    Join Date
    Oct 2010
    Posts
    29

    Default

    You can not do this. This tools has been made by facebook not from youtube.

  3. #3
    Join Date
    Oct 2010
    Posts
    11

    Default

    Hi, thanks for your response. I guess Youtube was granted exclusive rights by Facebook to post it in that manner.

  4. #4
    Join Date
    Oct 2010
    Posts
    11

    Default video player on facebook

    ok. actually the embedded player can be created in Flash and posted in facebook. however, one needs permission from those folks to do so.

  5. #5

    Default

    Hi,

    Check the following link,

    Facebook Share - Facebook Developers

    Thanks,

    Buyscripts Team

  6. #6
    Join Date
    Oct 2010
    Posts
    11

    Default thumbnail facebook issue

    ok, thanks. this would mean then I'd have to make changes in the html page in vshare. but I'm not sure which page? thx again.

  7. #7

    Default

    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

  8. #8
    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.

  9. #9
    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

  10. #10
    Join Date
    Oct 2007
    Posts
    14

    Default

    You say is can't played on facebook and am give you a link

    is can be done and works fine on my vshare :-)

Page 1 of 2 12 LastLast

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
  •