I finally got this working I think. My clients wanted a way to post their WordPress MU blog to Facebook. The problem was that the standard "Wordbooker" Plug-In for WordPress didn't work right out of the box. It installed ok but I could never get the settings to save any changes I made and thus the plug-in never worked until I figured out what was wrong with the code...
Here are some simple instructions to get your blog up and running with FB.
1. Go to
http://wordpress.org/extend/plugins/wordbooker/ and download the wordbooker plug-in.
2. Before you install the plug-in, you'll need to modify one line of code.
a. on line 244
Change:
echo'</h3><form action="options.php" method="post" action="">';To:
echo'</h3><form action="index.php?option=com_wpmu&task=options.php" method="post">';3. Install the plug-in and enjoy.
This simple change will allow the settings to be saved into the database and make your clients very happy!
