HowTo: Use Facebook Chat In Pidgin
September 18th, 2008 | Category: How To, Linux, UbuntuInstead of keeping your browser pointed towards the Facebook web page, Pidgin users should take advantage of an open-source plugin which enables Facebook chat via the XMPP/Jabber protocol. Users can then chat with friends, view the online status of their friends, and set their status through the third party chat program.
To install the plugin follow these steps:
cd ~/Desktop
Download the .deb and .zip to your Desktop (one line):
wget http://pidgin-facebookchat.googlecode.com/files/pidgin-facebookchat-1.37.deb http://pidgin-facebookchat.googlecode.com/files/facebook_icons.zip
Extract the .deb file containing the plugin:
dpkg -x pidgin-facebookchat-1.37.deb ~/Desktop
You should notice a folder named usr on your desktop now. It contains a few .so files, however, you only need one for the plugin to function. Depending on what your system is running determines which of the three you need:
32-bit Linux users enter the following command to install the plugin:
sudo cp ~/Desktop/usr/lib/purple-2/libfacebook.so /usr/lib/purple-2/libfacebook.so
64-bit Linux users:
sudo cp ~/Desktop/usr/lib64/purple-2/libfacebook64.so /usr/lib64/purple-2/libfacebook64.so
Now, before starting Pidgin, you’ll need to install a few icons. Enter the following two commands to place the icons in the correct location:
cd /usr/share/pixmaps/pidgin/protocols
sudo unzip ~/Desktop/facebook_icons.zip
Fire up Pidgin and head to the Accounts window to enable your Facebook account. Enjoy.
1 Comment so far
Leave a reply




Worked a charm. Thank you.