diff -ruN www/blog/wp-content/plugins/sociable/sociable-widget.php www/newface/wp-content/plugins/sociable/sociable-widget.php --- www/blog/wp-content/plugins/sociable/sociable-widget.php 1969-12-31 17:00:00.000000000 -0700 +++ www/newface/wp-content/plugins/sociable/sociable-widget.php 2010-01-17 08:20:36.000000000 -0600 @@ -0,0 +1,30 @@ + __('Sociable Links', 'wp-sociable')); + $this->WP_Widget('sociabe', __('Sociable Links', 'wp-sociable'), $widget_ops); + } + + // Display Widget + function widget($args, $instance) { + echo '
'; + echo '

Share This:

'; + echo ''; + echo '
'; + } + +} + +### Function: Init WP-Sociable Widget +add_action('widgets_init', 'widget_sociable_init'); +function widget_sociable_init() { + register_widget('WP_Widget_Sociable'); +} + +?> diff -ruN www/blog/wp-content/plugins/sociable/sociable.php www/newface/wp-content/plugins/sociable/sociable.php --- www/blog/wp-content/plugins/sociable/sociable.php 2009-11-06 17:04:26.000000000 -0600 +++ www/newface/wp-content/plugins/sociable/sociable.php 2010-01-18 14:48:07.000000000 -0600 @@ -30,6 +30,7 @@ * Determine the location */ $sociablepluginpath = WP_CONTENT_URL.'/plugins/'.plugin_basename(dirname(__FILE__)).'/'; +require_once("sociable-widget.php"); /** * For backwards compatibility, esc_attr was added in 2.8