Hi!
I'm having some trouble getting Sociable to work on my site.
I have uploaded the Sociable folder to the plug-ins folder, and I've activated the plug-in, but nothing happens.
I've debugged the sociable.php file and it stops at this line:
// if no sites are active, display nothing
if (empty($display))
return "";
Should I set some sites to active?
On the option sub-page I get 3 warnings.
Warning: uksort() [function.uksort]: The argument should be an array in /home/leftbra1/public_html/components/com_wordpress/wp-content/plugins/sociable/sociable.php on line 1211
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/leftbra1/public_html/components/com_wordpress/wp-content/plugins/sociable/sociable.php on line 1235
Warning: Invalid argument supplied for foreach() in /home/leftbra1/public_html/components/com_wordpress/wp-content/plugins/sociable/sociable.php on line 1235
But it's only warnings, so I thaught it would work anyhow.