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
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
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&show_faces=false&width=45 0&action=like&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
Hi,
For showing facebook comments on vshare, add the following code into templates/view_video.tpl
Thanks,Code:<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=116887195020167&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>
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.
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
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.
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?
Bookmarks