Results 1 to 3 of 3

Thread: Like Box from facebook

  1. #1
    Join Date
    May 2009
    Posts
    10

    Default Like Box from facebook

    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

  2. #2

    Default

    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

  3. #3
    Join Date
    Jan 2012
    Posts
    1

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •