Results 1 to 10 of 11

Thread: New Facebook widgets

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    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.

  2. #2

    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

  3. #3

    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.

  4. #4

    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

  5. #5

    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

  6. #6

    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
    How do i put or edit the template/index.tpl
    my vshare site run on 2.8.1 version

  7. #7

    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?

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
  •