Hello,
How can I have Like Box or Like button from facebook on my Vshare website?
The Like button lets a user share your content with friends on Facebook
Like Box - Facebook Developers
Thanks
awais
Hello,
How can I have Like Box or Like button from facebook on my Vshare website?
The Like button lets a user share your content with friends on Facebook
Like Box - Facebook Developers
Thanks
awais
Face book like box
To add the like box,go to Like Box - Facebook Developers.
You just need to specify the page ID which can be got from the Facebook page and then add the width and height and click the Get Code button. Copy and paste the code in your blog where you want it to be shown.
Face book like button.
Edit templates/index.tpl and add the following code under video title.
<div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:like href="{$base_url}/view/{$view.new_videos[i].video_id}/{$view.new_videos[i].video_seo_name}/" show_faces="false" width="120" font="" layout="button_count" send="false"></fb:like>
</div>
Keep backup before modifying the template
According to Facebook's Help Center, (see the link below)
Pages allow real organizations, businesses, celebrities and brands to communicate broadly with people who like them. Pages may only be created and managed by official representatives.
Groups provide a closed space for small groups of people to communicate about shared interests.
Bookmarks