logo

$5
Is it possible to create a Facebook 'like' website with WordPress

If so, what do I need? (Plugins, etc)

Please note: I am not looking to create a website similar to FB, but something similar to http://likewut.net/

Also: I know that I can add 'likes' with plugins and with code but can I add functionality? For example, can users add their own likes, or sorting (top likes, recently liked)

Nicole Dominguez | 08/21/10 at 9:54am | Edit


(8) Possible Answers Submitted...

  • avatar
    Last edited:
    08/21/10
    9:58am
    Rashad Aliyev says:

    Install this plugin.

    That's very easy: http://wordpress.org/extend/plugins/wp-facebook-like/

    Screenshots: http://wordpress.org/extend/plugins/wp-facebook-like/screenshots/

    Previous versions of this answer: 08/21/10 at 9:58am

    • 08/21/10 10:05am

      Nicole Dominguez says:

      Now, the 'likes' will be posts with the like button attached?

    • 08/21/10 10:09am

      Rashad Aliyev says:

      Sure! However you can get FB API from http://developers.facebook.com/ .

    • 08/21/10 10:11am

      Rashad Aliyev says:

      That's similar what I gave you before..;)

  • avatar
    Last edited:
    08/21/10
    9:59am
    Lee Rickler says:

    Yes, use the Facebook theme and plugins.

    Edit: What he said above!

    Previous versions of this answer: 08/21/10 at 9:59am

  • avatar
    Last edited:
    08/21/10
    9:59am
    Baki Goxhaj says:

    Yes it is possible. You need to have a look at BuddyPress, it handles all the social aspects of WordPress. So, buddypress.org and happy :)

  • avatar
    Last edited:
    08/21/10
    10:00am
    Lew Ayotte says:

    Yep, buddypress as baki said

  • avatar
    Last edited:
    08/21/10
    10:54am
    Giovanni Caputo says:

    On your"single.php" page temple paste this code:


    <iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>


    P.S. You can use it also in other page....

    Previous versions of this answer: 08/21/10 at 10:54am | 08/21/10 at 10:55am | 08/21/10 at 10:55am

  • avatar
    Last edited:
    08/24/10
    4:42pm
    Ashfame says:

    But Is that possible to sort the most like articles which what the mentioned example site seems to do manually. Can that be automated? I think this is also the part of the exact question.

    • 08/21/10 11:51am

      Ashfame says:

      Users can add their own likes too, you can have a post submitting form on the page itself from where you can accept likes from users.
      But I am not sure about the sorting thing, I think its not possible.

      Other sites do it manually, notice sometimes they have a mistake in their order.

      One thing more, use wp-super-cache to precache all pages to reducen load.

      I am also in queue of making one, and I can actually do the technical stuff too. Drop me an email if you are interested in doing this together.

    • 08/21/10 4:55pm

      Ashfame says:

      Just had a look and realize that sorting out most liked pages is possible too :)

  • avatar
    Last edited:
    08/21/10
    5:39pm
    Andrew C says:

    yep, I did it on my website: http://bit.ly/9Dg8Xa
    I also styled it with my own css.

    Previous versions of this answer: 08/21/10 at 5:39pm | 08/21/10 at 5:39pm

  • avatar
    Last edited:
    08/23/10
    7:50am
    Jarret Minkler says:

    Nichole, you are smart enough, write it yourself.

    Use symfony and mysql w/ Doctrine. The basics would take maybe 2hr. to get users (sfGuard) and walls, with comments and friends.

    Every user has a wall, every wall has comments, users have friends. At it's core, fb is pretty simple.

This question has expired.





Current status of this question: Completed