Sorry for the rookie question, but how do I access the sociable.php file mentioned by ardee00 in order to change this code below. is it within the wp admin dashboard, or via ftp to the actual plugin? specific instructions are appreciated. thanks in advance:
_________
I had to replace the line of code in the plugin where it determines the path, back to the way it used to do it before the current update.
Specifically, in sociable.php, near the beginning, I changed the line of code back to this:
// Guess the location
$sociablepluginpath = WP_CONTENT_URL.’/plugins/’.plugin_basename(dirname(__FILE__)).’/’;
from this:
// Determine the location
$sociablepluginpath = plugins_url(”, __FILE__).’/’;
That seems to have made the icons appear again.