Smashing Magazine - we smash you with the information that will make your life easier. really.
How To Integrate Facebook With WordPress
Facebook is one of those Web phenomena that impress everyone with numbers. To cite some: about 250 million users are on Facebook, and together they spend more than 5 billion minutes on Facebook… every day. These numbers suggest that we should start thinking about how to use Facebook for blogging or vice versa.
We did some research to find out how the integration of Facebook with WordPress and vice versa works, or — in other words — how you can present your WordPress blog on Facebook or use the functionality of Facebook on your WordPress-powered blog. Both of these can be achieved with a set of WordPress plug-ins, a couple of which we’ll present here in detail.
[By the way: The network tab (on the top of the page) is updated several times a day. It features manually selected articles from the best web design blogs!]1. Integrating A WordPress Blog Into Facebook
Integrating a WordPress blog into Facebook is actually quite simply achieved via the Facebook API. The Facebook API makes programming applications that can be spread via Facebook almost a piece of cake. A lot of interactive browser games are on Facebook, such as the currently popular “Mafia Wars.” This game allows users to start a mafia family with their friends, with the goal of becoming an important figure in the virtual underground crime scene. To start a clan, you invite other friends on the network to join. This is the growth strategy of any application on Facebook: the simple snowball effect.
The applications sustain themselves through earnings generated by displaying advertisements, which also makes Facebook an even more attractive platform to develop on. This symbiosis generates growth for both Facebook and its applications. Deutschsprachige Version des Artikels
Plug-In Installation and Configuration
John Eckman developed the WordPress plug-in Wordbook in early 2009. This plug-in allows WordPress blog owners to integrate their blog in Facebook. This gives a blog two lives: one as an application on Facebook (such as, for example, my private FreigeistBlog) and one at the original URL (http://freigeist.devmag.net).
To access a blog via Facebook, you need to first grant access to the application. To do this, go to the so-called “canvas” page, which is where the Facebook twin of the blog lives (my example). However, granting access to the blog’s application means that the administrator of the blog also has access to information about you as a user (this is what most applications aim for: information such as date of birth, gender and educational status allows them to display quite targeted ads).
The application we’re dealing with is a simple blog and, in this sense, quite innocent, but we should state outright that the Facebook API as it is now treats blogs and websites as applications, which may not be appropriate, given the issue mentioned above. Facebook users who authorize the blog application can now easly send comments and share posts from within Facebook. The data, however, is still stored in the original database on the server where the blog is installed.
This makes it look as though Facebook serves merely as a simple feed reader. Yet, we get some other benefits. The blog on Facebook can be used to create a community around it by taking advantage of Facebook’s snowball effect, because friends of the blog’s users will see in their activity stream that they have been participating on the blog. Furthermore, it means that Facebook users will see new posts from your blog whenever they sign in to Facebook and can easily follow comments, making your blog more accessible.
To create a Facebook twin of your blog, first you have to set up a new application. To do this, you need a Facebook account and have to register as a developer using the preceding link. All of this can be done in a few minutes.

Create a new Facebook application
Once you have agreed to the terms of use, give your application a name. Then you will receive your API key and a secret, which you will need later.

Settings for the Facebook application. Large view.
Then, you have to submit a so-called “post-authorize callback URL.” This is the address on your server to which Facebook will send a notice whenever a user authorizes access to the application. By the same logic, there is also the “post-remove callback URL,” which receives a notice when a user removes the application. Both of these events are handled by the Wordbook plug-in. You merely need to write the address of the blog’s root directory with a trailing slash.

Facebook application settings: Define callback URLs. Large view.
The third step is to claim your canvas page, which is the page through which a Facebook user accesses your blog, and a canvas callback URL, which is the page from which content is retrieved. Again, include a trailing slash, or else internal links on your blog won’t work with their Facebook twin.

Facebook application settings: Define canvas page. Large view.
Now you have some choices to make, namely, how to set up your canvas page. You have a choice between iFrame and FBML. FBML is a Facebook XML scheme with which you can use specific Facebook tags (such as tags to display user profiles). You can also use it to access certain Facebook procedures. However, the Wordbook plug-in works with iFrames, which allow Javascript and other tags, and which FBML does not support.
To distinguish between them rather crudely, you can say that iFrames give the developer more flexibility but, unlike FBML, restrict access to Facebook procedures. Another advantage of iFrames is that code that Facebook retrieves from the canvas callback URL need not be parsed by the FBML parser, which could yield a performance gain. With iFrames, only internal links on the blog need to be adjusted. And the “resizeable” option allows Facebook’s JavaScript code to adjust the size of the iFrame to Facebook’s layout.
Now the hard work is done. All that’s left is to install the Wordbook plug-in using the standard WordPress method: install and activate. Then you can change the plug-in’s settings on the settings panel, and here you will need your application ID and the secret. You also have to tell the plug-in where the canvas page is located, so that internal links can be adjusted.

Adjusting the settings of the Wordbook plug-in
And that’s it! If you want, you could activate or deactivate some other options, such as the commenting function and whether users can add your application to their profile by displaying the latest posts from your blog in their profile.

Browsing through the blog via Facebook. Large view.
The plug-in allows you to play around a little bit. But as we said, you are somewhat limited in how fully you can integrate your blog into the Facebook canvas. But the next plug-in we’ll look at integrates a bit of Facebook into your blog.
2. Integrating Facebook In A WordPress Blog
To begin, a little history lesson is needed. Many users do not like having to register for each blog where they would like to post comments, especially if they already have accounts on so many other social networks, such as Facebook and MySpace. So a single online ID for several purposes would be ideal, wouldn’t it? That’s the idea behind the OpenID protocol, which started in 2005. It decentralizes the identification of users for various providers and services. In essence, you can create an account on Facebook and connect it to services such as MySpace or even a personal blog. If you want to change your profile for all of these services, that too is decentralized: you simply change the settings on your Facebook account. OpenID is a chance to make the Web and its services more easily accessible. There are reasonable risks and concerns involved, but also many opportunities.
Facebook announced in 2007 that it would implement OpenID, and others followed, which explains why we now find more and more buttons that say “Connect with Facebook” or “Google Friend Connect.” This leads us to our second plug-in, Facebook Connect WordPress plug-in, which almost seamlessly integrates Facebook into your blog.
The plug-in allows users to comment on a blog using their Facebook account; and if they are already signed in or on Facebook, they need not sign in again. Users do not have to register for a unique account on the blog because the plug-in retrieves the user’s information directly from the Facebook API. With access to the user profiles on Facebook, you can display your users’ profile pictures, which adds a personal touch to your blog.
The plug-in integrates a lot of Facebook functions: for example, users can send invitations and share stories and comments on Facebook, which gives your blog the benefit of word-of-mouth marketing. To do this, you need to activate the plug-in option that publishes a user’s activity in their respective activity feed. Last but not least, you can enable a gadget that displays the profile pictures of your blog’s most recent visitors, similar to “Google Friend Connect.”

Facebook Connect implemented on sociable.es (in Spanish)
This plug-in essentially does the opposite of Wordbook (which integrates Facebook functionality into your blog).
Plug-In Installation and Configuration
Again, as in the previous section, you will need to create a new Facebook application.

Creating a new Facebook application. Large view.
You will also have to define the callback URLs, which point to the root of your blog.

Defining callback URLs for the new application. Large view.
Again, most of the work is now done, and you can soon start having fun and being creative. Just a few steps remain. First, download the plug-in from the website (see link above) and upload and enable it. A big part of the plug-in consists of the “Facebook Connect” library, which is provided by Facebook. You might stumble over the two xd_reciever files, one in HTML and one in PHP. They play a key role: enabling the so-called cross-domain communication (hence, the xd) between your blog and Facebook.
So why are these needed? Typically, HTTP requests are sent with the XMLHttpRequest object. However, the typical security settings on browsers allow XMLHttpRequest to send requests only to the domain where the original request was sent to. In our case, requests are send to and from Facebook. This cross-domain communication is achieved with iFrame cross-domain communication. With this, the application opens an iFrame on facebook.com with the relevant requests; for example, to retrieve information on whether a user is logged into Facebook.
These requests are sent to Facebook through the iFrame via the URL, with which the iFrame is opened. The request is checked, and now the Facebook script that was called via the iFrame opens an iFrame on the application page, where the outcome of the request is sent to, again with the query string of the URL. The result of any requests lands in the query string of the xd_receiver.htm file on your own server. This circumvents the problem of being unable to use XMLHttpRequest.
Now back to the plug-in. Once you have installed and activated the plug-in, you can add the plug-in as a widget to your blog’s sidebar. However, you first need to enter your API key and secret.

Settings for Facebook Connect WordPress plug-in. Large view.
As you will see, a whole lot of options are enabled by default, such as automatically publishing comments if they are posted through a Facebook account (the rationale being that you don’t have to moderate them because they come from actual people using Facebook and not spambots).
If you activate the sharing function, the plug-in adds a “Share” button automatically below each post. You can also activate the option that publishes a user’s comments in their activity feed on Facebook, thus making their activity on your blog visible to their friends.
After you have adjusted the settings, you will be notified that you need to define templates for the presentation. These need to be “synchronized” with Facebook. Scroll down a bit to generate and activate these templates. You can change the language manually here as well.

Adjust Facebook Connect’s template settings. Large view.
The first template controls how a user’s activity is posted in their activity feed on Facebook. However, you can also include the activity feed of your users in your gadget, as done on sociable.es (see link above). The last step is to go to the widget set-up page and include the gadget as a widget in your sidebar.

Including the Facebook Connect widget in the sidebar
Here again, you have some choice over the configuration, especially with regard to changing the language, showing a big or small “Connect to Facebook” button, etc. After installing the plug-in, you may want to see what else you can do with it. The implementation on sociable.es is quite a nice one.
Further Resources
These two plug-ins are quite specific in what they do. However, a wide variety of Facebook plug-ins are available for platforms other WordPress. Here is a list, certainly not comprehensive:
- Movable Type
A plug-in by Six Apart for adding Facebook Connect to a Movable Type blog, allowing any Facebook user to sign in. It is still in beta. - WordPress-FacebookConnect
This plug-in is quite similar to the one on sociable.es. It has the same features, such as single sign-on, publishing comments to news feeds and displaying profile pictures. However, it has not been updated since the beginning of the year. Still, there is a nice tutorial by the developer Adam Breckler. - WordPress Fotobook
With this WordPress plug-in, you can import all of your photo albums from Facebook onto a WordPress page. - Drupal’s Facebook Connect module
With this Drupal module, you can allow Facebook users to connect to your blog through their account. Similar to the plug-in by sociable.es. - Gigya WordPress plug-in
This plug-in integrates not only Facebook but Twitter, MySpace and other OpenID providers into your blog for community building. - StatusPress
This small plug-in displays your Facebook, Twitter or Last.fm status on your blog. - Quailpress
Integrate Facebook-sharing functionality on your blog with this plug-in. However, it has not been actively developed for some time. And with the sociable.es plug-in, it is practically redundant.
(al)
Thiemo Fetzer is pursuing a PhD in Economics at the London School of Economics. He has been publishing articles on programming in PHP for more than 8 years in German print and online magazines such as Dr.Web, his own website Devmag.
- 98 Comments
- 1
- 2
September 14th, 2009 1:17 amIt’s all great, but I miss only one little thing: Cross-posting comments on Facebook notes to original post? I saw a plugin for that but it hasn’t been updated in ages, still looking for a solution. Some of my site’s viewers have an ugly habit of commenting the news only on Facebook.
- 3
December 30th, 2009 11:25 amSame need. Anyone has a suggestion?
- 3
- 4
September 14th, 2009 1:25 amNice… I am going to check this out in depth
- 5
September 14th, 2009 1:58 amNice, but doesn’t this basically duplicate your content? How is SEO affected? Do search engines crawl these twin posts on Facebook?
Cause if they do, then Facebook is regarded higher than your personal blog for sure – and this would be a problem…
I would appreciate if someone can share thoughts on this :)
- 6
September 14th, 2009 2:14 amAs far as the duplicate content issue, the SEs should not crawl the FaceBook version because the content requires a user to be logged in to view the blog.
- 7
September 14th, 2009 2:26 amplease tell me that if there’s an app called wordbook then there is also an app called facepress…
- 8
September 14th, 2009 2:46 am@ryan: good one!
@Cosmin – i think robb is right, because the application needs to be added it is not visible to users who havent authorized access.
- 9
September 14th, 2009 2:51 amrobb, Thiemo : thanks for the answers :)
- 10
September 14th, 2009 3:13 amWhy would I want to? Facebook is an attentionwhoring timesink like no other. >:[
- 11
September 14th, 2009 3:48 amI have being researching the option for Users to login using Facebook for a while, I came across Sociable.es, I had a few difficulities installing but I am going to give it ago again as you have given more info :)
I think the option to have people signin into your blog via Facebook is one of the best options I have heard of (For spreading your site)
I have a few sites where if people can log in via facebook, the site will be more accesible, people know how to use facebook, meaning they will know how to comment and use your website.
Thanks for the great article :)
- 12
September 14th, 2009 3:55 amit is very useful
- 13
September 14th, 2009 5:06 amgreat post, thanks for the info
- 14
September 14th, 2009 5:13 amHave you investigated the details regarding the Zwinki advertisement? They install an annoying widget & I find it hard to believe that you endorse this site.
- 15
September 14th, 2009 5:19 amHi Thiemo Fetzer very nice tutorial for a seo as i am really finding a way to integrate my word press blog with facebook . I hope your article will be sufficient for me to achieve my task . Thanks for sharing your knowledge.
- 16
September 14th, 2009 5:19 amI enjoy reading articles on this site, but pleeaassee stop posting about Wordpress again and again, it gets kinda annoying. I know there enough to say about Wordpress, but to me, it more and more looks like you’re just endorsing Wordpress..
Just my 2 cents, but keep making those good articles about other subject ;-)
- 17
September 14th, 2009 5:22 amIs there a way to disallow WPbook/Facebook from cross-posting all comments so to have only articles fed into Facebook?
- 18
September 14th, 2009 6:43 amUseful article. Thanks!
- 19
September 14th, 2009 7:01 amI’ve been looking for a tutorial like this for quite some time. Thanks for the effort. I know a few clients who are going to be happy to see their blogs integrated.
- 20
September 14th, 2009 7:03 amYou need to change your twitter networking button. Currently it just replies to @tweetmeme which means unless someone is following both you and them they will not see the post. I would add a RT or the reading first before the @.
And that little tip my friends is free of charge ;)
- 21
September 14th, 2009 7:13 amWow, great article. I’ve been manually dropping my blog posts into Facebook, this will be a huge help! Thanks for sharing.
- 22
September 14th, 2009 7:51 amFollowing these instructions I get this error on the Facebook application setting:
Unable to update Installable to?
Couldn’t find any documentation to decypher what causes this error or how to solve it…
- 23
September 14th, 2009 8:05 am@antonio: where exactly do you get this error? for the first plugin wordbook or the second plugin for the facebook connect?
- 24
September 14th, 2009 8:54 amnice info, but i don’t use WP
i little bit confuse about this tut, hehe - 25
September 14th, 2009 8:55 am@Just Say ON lol i agree
- 26
September 14th, 2009 9:03 amExcellent article! Many thanks!
- 27
September 14th, 2009 9:25 amgreat article!!
- 28
September 14th, 2009 10:08 amJust a comment: you say Wordbook, but the plugin you really mean is called WPBook. With Wordbook you don’t need to create an application to publish into Facebook
- 29
September 14th, 2009 12:16 pmAwesome!! Simply Awesome.
- 30
September 14th, 2009 2:10 pmGreat post!!! I was looking for this information for a long time.
By any chance does anybody know how to integrate your Twitter profile with a Facebook page (not a personal profile)?
I’m using now the Facebook application to update your Twitter profile everytime you update your Facebook page. However, I cannot find anything about the other way: update from a Twitter Profile to a Facebook Page.
If anybody knows, please share. Thanks.
- 31
September 14th, 2009 2:34 pmThanks ! Nice post.
- 32
September 14th, 2009 4:08 pmNice post. That’s exactly what i am looking for a while. Thanks. Although, i found entagrating Twitter(<a href="http://hubpages.com/hub/How-To-Add-Twiiter-Connect-To-Your-Blog"How To Connect Twitter To Wordpress) to wordpress, Facebook connection is also needed.
- 33
September 14th, 2009 5:09 pmvery nice tips eventhough facebook’ve been blocked in my office ;)
- 34
September 14th, 2009 5:39 pmThanks. Yummy one.
- 35
September 14th, 2009 7:03 pmYea, I simply need this one as a guide.
- 36
September 14th, 2009 8:07 pmGreat article ! Thanks for sharing!
- 37
September 14th, 2009 8:46 pmi’m wondering if it works for both wordpress.com and wordpress.org
- 38
September 14th, 2009 8:59 pmExcellent tutorial! I’ve been using a fan a box on one of my sites but am looking to integrate more.
- 39
September 14th, 2009 9:39 pmIts time for facebook. I will def. try cheers
- 40
September 14th, 2009 11:36 pmHi, when i integrated facebook to my wordpress site, the plugin changed the “Submit” button style down im my comment form, and now it is different from all other buttons. Where can i find it and how can i change its style manually ?
- 41
September 15th, 2009 12:52 amAmazing article. I had done the second integration. Now its time to try the first step.
Thank!
- 42
September 15th, 2009 3:12 amThanks guys, this is exactly what I was looking for, a comprehensive set of resources. Thanks!
- 43
September 15th, 2009 6:54 amYes, someone else mentioned it earlier, but there’s a huge error in the article: Wordbook is a plugin that is completely different from WPBook… in fact, Wordbook is what I currently use to publish my blog articles to my facebook newsfeeds, and it was developed by a different person altogether as far back as last year I believe. Please fix this mistake!
Thanks
- 44
September 15th, 2009 1:31 pmI have an Error –
Facebook is setting the article links like this – http://apps.facebook.com/144210336888/2009/09/01/disney-to-acquire-marvel-entertainment/ and they break.
“The page you requested was not found”
If I manually test a link in the browser like this: http://apps.facebook.com/freeden/2009/09/01/disney-to-acquire-marvel-entertainment/ it works.
How do I set the app to use my name and not the ID??
- 45
September 15th, 2009 1:35 pmin order to ‘import’ my blog to facebook, I simly use the Facebook Notes app and point it to my blog’s RSS feed.Blog post then automatically appear into your lifestream too.
seems much simpler to me and less fuzz with creating your applications, and the related annoying ‘allow this app…’ screens.
hope this helps!
- 46
September 15th, 2009 6:16 pmGreat post. I just implemented this. I think it will be the next big thing on facebook!
- 47
September 16th, 2009 12:45 amGreat post! I had to implement it as fast as possible. But I still have some problemes. I installed everything but my posts from wordbook are not shown at my facebook app.
How long can this take? Any ideas? Thanks for help. - 48
September 16th, 2009 3:23 amEverything works, but invite friend in facebook shows PHP error how to fix that???
- 49
September 16th, 2009 7:11 am@InnovationsraumBlog
It should appear there immediately. Are you sure you set the post-callback URL correctly? are you sure you choose iframe as method of rendering?
@Ujjwool
In which php file is the error reported to be in? - 50
September 16th, 2009 7:40 amGreat article and nice to follow as well… has anyone have an idea about the advantages if you submit it through the Application Verification Program?
- 51
September 16th, 2009 9:19 amWonderful Article. I digged your story
- 52
September 16th, 2009 11:41 amonce a new post is published, should it display a notification on the people who are subscribed to the facebook blog… if so, how long after it has been published…. if not, how can we make it so it does?
- 53
September 16th, 2009 1:31 pmbrilliant article :)
- 54
September 16th, 2009 3:56 pmThanks for the mention – I’m the developer of the WPBook plugin you describe in #1 above.
To answer a few questions:
1. Yes, comments from facebook will appear on your blog outside facebook and vice versa
2. No, the plugin will not work for wordpress.com hosted blogs – only self-hosted wordpress.org ones
Some other folks have contacted me directly through the contact form on my blog – you can also check the support forum at WordPress for the plugin.
- 55
September 17th, 2009 5:06 amHas anyone actually intergrated the Socalise.es plugin??
Would love to see some examples :)
Just read something about ‘Zwinki advertisement’ being embeded in with the plugin though?
Is this true?
Cheers
Chris - 56
September 17th, 2009 7:36 amIs there a way to add this to a Facebook Page not a profile. I am the admin for my company’s facebook page but I won’t let me add it to the our page and not my profile. I tried changing the settings of the application but that didn’t work.
Any thoughts appreciated. Thanks
- 57
September 17th, 2009 1:10 pmInformative article. This will be very useful to me in the future. Thanks!
- 58
September 17th, 2009 5:48 pmthanks for sharing, great stuff ! I’ve been looking for this.
I do have one concern about making this app for any blog. As you post to Facebook you’ll give up the intellectual property rights!
I’m a big fan of sharing stuff the Creative Commons way, but I guess you should be careful with giving away your personal work, ideas or thoughts for commercial use? Dosen’t this break with the way blogs should work, Creative Commons style? Any comments on this subject?
A quick reminder from Facebook:
”
1. For content that is covered by intellectual property rights, like photos and videos (”IP content”), you specifically give us the following permission, subject to your privacy and application settings: you grant us a non-exclusive, transferable, sub-licensable, royalty-free, worldwide license to use any IP content that you post on or in connection with Facebook (”IP License”). “ - 59
September 17th, 2009 10:23 pmPerfect. Just what I needed.
- 60
September 18th, 2009 9:26 amGreat post! Very helpful information.
- 61
September 18th, 2009 8:49 pmWhy is it when someone comments the blog post within Facebook that the commenter is known as anonymous for on both Facebook & Wordpress?
Facebook knows the person who is commenting because they are logged in. The comment management function of wordpress has the URL of the facebook profile and the name, but only displays “anonymous”?
Facebook doesn’t ask for a name… It should ask or pick up from their profile..
Is there a way to fix it?
- 62
September 19th, 2009 11:53 pmOkay thanks for the info. Starting new entries ;D
- 63
September 20th, 2009 8:31 pmwow… this article is great.. thanks for share…
- 64
September 21st, 2009 3:41 pmIs there anyway to force a visitor to log in with Facebook before they can comment?
- 65
September 21st, 2009 11:35 pmHi great web
- 66
September 22nd, 2009 12:18 amjust what i neeed
- 67
September 22nd, 2009 12:19 amdiocan
- 68
September 23rd, 2009 3:42 pmI understand the concept of increasing views on post but am confused with the whole concept as am very new to facebook and the concept of apps.
So here we go?1. I see from the thumbnail of the app that only the titles of the articles show, or is it customizable so it shows summaries too? And when a user clicks on the title does where does the post show? in facebook or back to my site?
2. Is it possible to add adsense to the plugin to make money if not how does one make money with apps?
3. is there any way to customize the app theme?
- 69
September 27th, 2009 2:43 amHas anyone tried the FacePress plugin instead? It appears to be able to post to Fan Pages, and it looks like it gives you a choice to post to FB on a post by post basis, when you publish a new post. Both are features that I need, and have kept me from using Wordbook, but there’s a lot less info about FacePress.
- 70
September 27th, 2009 6:42 amThanks for the tips! I’ve almost completed integrating Facebook Connect in my WordPress blog. However, I’m stuck on one thing.
“Once you have installed and activated the plug-in, you can add the plug-in as a widget to your blog’s sidebar.” How do I do that? My API key and secret number are entered and working. Since I don’t know how to add it as a widget, is that why I cannot locate the Facebook Connector Options? Thanks!
- 71
September 30th, 2009 2:38 pmGreat post. Thanks! One question: when creating the canvas page URL, I’m told I have a 20 character limit. Unfortunately my URL is 24 characters. Is there a way around this, or am I hosed?
- 72
October 1st, 2009 6:41 pmThis was handy, thanks.
I went and wacked together a how-to guide (40 pages), which you can download (for free of course) from http://projectheresy.com/featured/beginners-guide-to-integrating-facebook-and-wordpress/
- 73
October 8th, 2009 7:45 pmReally useful & handy guide, thanks!
- 74
October 9th, 2009 7:44 pmThis may sound like a stupid question, but I’m stumped. I’ve gone about setting up the application and installing wpbook on my wordpress blog. But how the heck do I actually install the app on my facebook page?
thanks!
- j
- 75
October 16th, 2009 4:14 pmJust what i needed.
- 76
October 17th, 2009 11:32 pmgreat post. Thanks Thiemo Fetzer and SMASH in MAGAZINE :)
- 77
October 20th, 2009 1:53 pm@ James (October 9th, 2009, 7:44 pm)
James, you need to use Networked Blogs App.
Do yourself a favour and download the (free) pdf guide with step by step screenshots for Facebook Connect, WP Book and getting the blog into FB (as well as creating an app to grab the feed) at http://projectheresy.com/featured/beginners-guide-to-integrating-facebook-and-wordpress/Tim
- 78
October 20th, 2009 1:55 pm@ Jordan (September 30th, 2009, 2:38 pm)
You’re hosed, cut it down, but keep it meaningful (such that it would still draw organic search)Ex: I needed /cyclinginmelbourne, but had to cut it down to /cyclinginmelb
- 79
October 24th, 2009 12:45 pmHi there,
I created the wpbook app (open-culture) and it is pulling content from my site (www.openculture.com). I also then linked the app with my facebook page (www.facebook.com/openculture), but the app is not bringing any new content to the page. Any thoughts on what might be the problem? Many thanks,
Dan
- 80
November 3rd, 2009 3:22 ami must try to integrate myself with facebook, this is helping for get traffic as well.
- 81
November 8th, 2009 10:39 pmso nice, I want to try this in a short time. Maybe with this app, many friends in my blog to be friends in facebook too…
- 82
November 19th, 2009 9:59 pmVery fantastic information. I think im gonna stick around and read about 3 of your posts. Later alligator
- 83
November 20th, 2009 8:39 pmAs far as integrating your wordpress blog postings into facebook, why wouldn’t you just use FB’s native import? It works great and takes about 3 minutes. Unless I am missing something?
-Don Elliott
- 84
November 20th, 2009 8:44 pmNice dude..!!!
- 85
November 25th, 2009 12:44 amGreat tutorial. Simple, clear and concise. :)
- 86
December 20th, 2009 4:38 amit,s great. thanks alot :)
- 87
December 23rd, 2009 10:08 amHi.
Can sombody tell me what is wrong? I try to install facebook plugin in my wordpress but after I pres Activate (facebook plugin) I recive this message:
Fatal error: Cannot redeclare json_encode() (previously declared in /homepages/38/d309152549/htdocs/wordpress/wp-includes/compat.php:128) in /homepages/38/d309152549/htdocs/wordpress/wp-content/plugins/fbconnect/fbConfig_php4.php on line 143Please, help me! Thanks a lot!
- 88
January 8th, 2010 8:32 amI found this tool which has worked out pretty well as it puts my Wordpress posts on my Facebook wall with pictures: http://nowsci.com/wordpress2facebook/
- 89
January 12th, 2010 12:35 pmis it possible to let ONLY some blog’s articles (i.e. from a specific user of the blog) be postet on a facebook profile?
thanks in advance
cheers,
Elmar
- 90
January 16th, 2010 10:27 amMore articles on API integration into ALL cms would be great! Joomla, Modx, Magento…
Keep up the good work!
- 91
January 19th, 2010 5:37 amI wish you’d mentioned it doesn’t work on Wordpress.com. I just wasted three valuable hours trying to install it until I eventually found this out out. Techies might know this, but at some point in the introductory para it would help to spell this out for newbies.
It’s a reasonably fine distinction if you’re a writer first, and blogger second…
Cheers,
Simon - 92
February 4th, 2010 5:24 ami’m not sure to implement this to my blog. but this is a nice post
- 93
February 24th, 2010 7:16 amThanks for a great write-up!
- 94
March 2nd, 2010 5:36 amI like the article but one suggestion… add some articles where you show us how to do these things without plug-ins. It seems like every time a problem or need comes up concerning wordpress everyone automatically reverts to plug-ins. It’s like I got to the point where I was using plug-ins to manage plug-ins. Show us how to connect to facebook with wordpress without using plug-ins.
- 95
March 8th, 2010 6:02 amThanks a lot for your greatful tutorial ;)
- 96
March 14th, 2010 10:33 pmVery usefull,Thanks!
- 97
March 16th, 2010 10:02 amJust an FYI to those coming to this article that I’ve released WPBook 1.5.2, which now can post to your FB stream as well as to FB Pages.
Check it out at http://wordpress.org/extend/plugins/wpbook/
(The article calls it Wordbook, but it is actually called WPBook)
- 98
March 16th, 2010 8:30 pmpbook/
(The article calls it Wordbook, but it is actually called
- 00
There are no trackbacks at this time. If you are interested in leaving a trackback, please use this URL.
Leave a Comment
Make sure you enter the * required information where indicated. Please also rate the article as it will help us decide future content and posts. Comments are moderated – and rel="nofollow" is in use. Please no link dropping, no keywords or domains as names; do not spam, and do not advertise!
Interact
Popular
- 100 Wordpress Themes
- Photoshop Tutorials
- Fantastic Wallpapers
- 40+ Excellent Freefonts
- Dual-Screen Wallpapers
- Wordpress Themes for 2009
- Illustrator Tutorials
- Incredible Free Icon Sets
- High-Quality Free Fonts
- 30 Scripts For Galleries
- Photoshop Text Effects
- Useful Icon Sets
- Web Design Trends
- iPhone Wallpapers
- Before Launching a Website
- CSS Layouts And Templates
- Photoshop Actions
- Stunning Pictures and Photos
- Fantastic HDR Pictures
- Logo Design Tutorials
- Free Design Templates
- 10 Mistakes In Logo Design
- Photoshop Custom Shapes
- 40 Creative Design Layouts
- 8 Layout Solutions
- 53 CSS Techniques
- Photography Techniques
- Black & White Photography
- Styling Design Elements
- CSS-Based Forms
- 50 jQuery Techniques
- 50 Portfolio Websites
- 50 CSS Techniques
- Creative Logo Designs
- Desktop Wallpapers
- 25 Open Source Mac Apps
- 50 Free Icon Sets
- PEG.js: a parser generator for JavaScript - http://bit.ly/d65VhW
- @ion_interactive thank you for having such a nice favicon :)
- @mrrrrrrp thank you, we are listening! And we appreciate your support :)
- @statshare you are welcome. Thank you for the great tool!
- Building Community Sites with WordPress: 15 Plugins to Get Started - http://su.pr/3l5D9E
- StatShare: a project that aims to analyze website statistics - http://bit.ly/bCtq4g
- 10 Kick Ass Presentation Techniques - http://bit.ly/a6S6H9

(7 votes, average: 4.86 out of 5)
nice and useful article ;-)