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

Thread: New Facebook widgets

  1. #1

    Default New Facebook widgets

    Hi! it's about the new facebook social plugins....i try to put the new "like" button in each video page. Anyone know how to do that?
    You can create your button at this page : Like Button - Facebook Developers

  2. #2

    Default

    Hi! for the "like" button it's ok! It work.(please, test it) ------> Put this the code under the player in viewvideo.tpl:

    <iframe src="http://www.facebook.com/plugins/like.php?href={$baseurl}/view/{$video_info.VID}/{$video_info.seo_name}/;layout=standard&amp;show_faces=false&amp;width=45 0&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px; color:ff0000"></iframe>

    Now i want to put facebook comments in the video page to allow users to show their comments in their facebook page. I'll probably find the solution today :-)

    ps : my vshare site run on 2.6 version

  3. #3

    Default

    Quote Originally Posted by mobypod View Post
    Hi! for the "like" button it's ok! It work.(please, test it) ------> Put this the code under the player in viewvideo.tpl:

    <iframe src="http://www.facebook.com/plugins/like.php?href={$baseurl}/view/{$video_info.VID}/{$video_info.seo_name}/;layout=standard&amp;show_faces=false&amp;width=45 0&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px; color:ff0000"></iframe>

    Now i want to put facebook comments in the video page to allow users to show their comments in their facebook page. I'll probably find the solution today :-)

    ps : my vshare site run on 2.6 version
    Any news about the facebook comments, did you manage to get this working?
    Last edited by budgierless; 03-20-2011 at 11:50 PM.

  4. #4

    Default

    Hi,

    For showing facebook comments on vshare, add the following code into templates/view_video.tpl

    Code:
    <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=116887195020167&amp;xfbml=1"></script><fb:comments href="{$base_url}/view/{$view.video_info.video_id}/{$view.video_info.video_seo_name}/" num_posts="15" width="500"></fb:comments>
    Thanks,
    Buyscripts Team

  5. #5

    Default

    Quote Originally Posted by vshare2 View Post
    Hi,

    For showing facebook comments on vshare, add the following code into templates/view_video.tpl

    Code:
    <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=116887195020167&amp;xfbml=1"></script><fb:comments href="{$base_url}/view/{$view.video_info.video_id}/{$view.video_info.video_seo_name}/" num_posts="15" width="500"></fb:comments>
    Thanks,
    Buyscripts Team
    Thanks what is the code for the widget where you see users who have clicked the iLike? i have seen this on a vshare website placed in the side panel, example: http://tubeyourpet.com/ what steps do i need to take to get this? but i would want it added to the default sized side panel if possible.
    Last edited by budgierless; 03-22-2011 at 02:40 PM.

  6. #6

    Default

    You need to create a facebook page at Create a Page | Facebook.

    Then create a like box plugin using your Facebook Page URL and add the code by editing the template/index.tpl

    Like Box - Facebook Developers

  7. #7

    Default

    Quote Originally Posted by buyscripts View Post
    You need to create a facebook page at Create a Page | Facebook.

    Then create a like box plugin using your Facebook Page URL and add the code by editing the template/index.tpl

    Like Box - Facebook Developers
    Thanks, very helpful

  8. #8
    Join Date
    Apr 2011
    Location
    Chicago, IL & West Palm Beach, FL
    Posts
    9

    Default

    Quote Originally Posted by mobypod View Post
    Hi! for the "like" button it's ok! It work.(please, test it) ------> Put this the code under the player in viewvideo.tpl:

    <iframe src="http://www.facebook.com/plugins/like.php?href={$baseurl}/view/{$video_info.VID}/{$video_info.seo_name}/;layout=standard&amp;show_faces=false&amp;width=45 0&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px; color:ff0000"></iframe>

    Now i want to put facebook comments in the video page to allow users to show their comments in their facebook page. I'll probably find the solution today :-)

    ps : my vshare site run on 2.6 version
    Does this work in the vShare Elite upgrade? I tried it and, while the Like button appears, clicking it creates an error.
    The page at http://www.facebook.com/view///;layout=standard could not be reached.

  9. #9

    Default

    Hello, I'm using vShare version: 2.8.1 I'm trying to put the new "like" button in each video page. Anyone know how to do that?

  10. #10

    Default

    Quote Originally Posted by vshare2 View Post
    Hi,

    For showing facebook comments on vshare, add the following code into templates/view_video.tpl

    Code:
    <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=116887195020167&amp;xfbml=1"></script><fb:comments href="{$base_url}/view/{$view.video_info.video_id}/{$view.video_info.video_seo_name}/" num_posts="15" width="500"></fb:comments>
    Thanks,
    Buyscripts Team
    Do i delete all the codes in the templates/view_video.tpl?

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •