Adding Facebook to Sociable 2.0 For WordPress
December 23rd, 2007
After posting the instructions for adding mixx to sociable 2.0., Matthew Peters from Pandemic Blog requested the needed code for facebook. I honestly don’t use facebook much as I just hate pictures, but in due time I will get into it. Anyway, here are the images and manual edits needed for adding facebook to sociable 2.0 for WordPress.
The Icon
This icon needs to be uploaded to wp-content/plugins/sociable/images to work properly.
You can right click and save image as.
The Manual Edits for Sociable.php
Open wp-content/plugins/sociable/sociable.php
Find
[php] ‘DZone’ => Array(
‘favicon’ => ‘dzone.png’,
‘url’ => ‘http://www.dzone.com/links/add.html?url=PERMALINK&title=TITLE’,
‘description’ => ‘description’,
),[/php]
Below on a new line add this
[php] ‘Facebook’ => Array(
‘favicon’ => ‘facebook.png’,
‘url’ => ‘http://www.facebook.com/share.php?u=PERMALINK’,
),[/php]
Upload sociable.php and you should be done.
Don’t forget to activate it in WP-Admin.
Related Post
- Add Mixx to the WordPress Sociable 2.0 Plugin - You can add a Mixx icon to your Wordpress Sociable plugin in less than 5 minutes.? I will provide both manual edits and modified files.? Either way i ...
- How To Add Nofollow to the WordPress Comments Link - I actually had a damn hard time finding this posted anywhere on the web, so I thought I would share.? I don't think I need to tell anyone why this is ...
- Force OIOPublisher Banners to Open in New Windows - I found this very odd that it did not come as a standard option for the OIOPublisher plugin for Wordpress. I personally hate when a click leads me t ...

By Matthew Peters on Dec 24, 2007 | Reply
Wow….thanks so much.
By Mack on Dec 24, 2007 | Reply
Glad I could help out Matthew, enjoy.
By Matthew Peters on Dec 24, 2007 | Reply
Just installed it and it looks/works great. Thanks for the Christmas gift!
By Mike Huang on Dec 25, 2007 | Reply
Thanks for coding this for us
-Mike
By Mack on Dec 27, 2007 | Reply
Anytime, let me know if you need anything else.
By Mike Huang on Dec 27, 2007 | Reply
Wow! This is my read of the day
Great blog you got running here!
-Mike