$5
Is it possible to create a Facebook 'like' website with WordPress
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...
-

Last edited:
08/21/10
9:58amRashad 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..;)
- 08/21/10 10:05am
-

Last edited:
08/21/10
9:59amLee 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
-

Last edited:
08/21/10
9:59amBaki 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 :)
-

Last edited:
08/21/10
10:00am -

Last edited:
08/21/10
10:54amGiovanni 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)); ?>&layout=standard&show_faces=false&width=450&action=like&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
-

Last edited:
08/24/10
4:42pmAshfame 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 :)
- 08/21/10 11:51am
-

Last edited:
08/21/10
5:39pmAndrew 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
-

Last edited:
08/23/10
7:50amJarret 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




