Topic: Auto post your blog to Facebook - Solved

0 Members and 1 Guest are viewing this topic.

August 20, 2010, 12:09 PM

Offline netabove

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • Darren Jacskson LLC - Website Solutions
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:
Code: [Select]
echo'</h3><form action="options.php" method="post" action="">';
To:
Code: [Select]
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!  :)

August 23, 2010, 11:37 PM

Offline Steve

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
I haven't had a chance to try it yet but if it works this is a GOOD CALL!

Thanks netabove!!