diff --git fbconnect_stream_publish/connect_white_small_short.gif fbconnect_stream_publish/connect_white_small_short.gif
deleted file mode 100644
index f526364..0000000
Binary files fbconnect_stream_publish/connect_white_small_short.gif and /dev/null differ
diff --git fbconnect_stream_publish/fbconnect_stream_publish.module fbconnect_stream_publish/fbconnect_stream_publish.module
index b915dd3..dbef04c 100644
--- fbconnect_stream_publish/fbconnect_stream_publish.module
+++ fbconnect_stream_publish/fbconnect_stream_publish.module
@@ -57,8 +57,8 @@ function fbconnect_stream_publish_form_alter(&$form, $form_state, $form_id) {
               '#collapsible' => TRUE,
               '#collapsed' => TRUE,
             );
-            
-            $favicon = theme('image', drupal_get_path('module', 'fbconnect_stream_publish') .'/connect_white_small_short.gif');
+
+            $favicon = '<img src="http://static.ak.fbcdn.net/images/connect_favicon.png" />';
             $form['fbconnect_stream_publish']['fbconnect_feed'] = array(
               '#type' => 'checkbox',
               '#title' => $favicon .' '. t('Publish to Facebook'),
@@ -85,7 +85,7 @@ function fbconnect_stream_publish_form_alter(&$form, $form_state, $form_id) {
       $publishing_mode = variable_get('fbconnect_' . $ctype . '_onoff', FBCONNECT_STREAM_PUBLISH_NONE);
       if (in_array($publishing_mode, array(FBCONNECT_STREAM_PUBLISH_ALL, FBCONNECT_STREAM_PUBLISH_NODES))) {
         if ($form['nid']['#value'] == NULL) {
-          $favicon = theme('image', drupal_get_path('module', 'fbconnect_stream_publish') .'/connect_white_small_short.gif');
+          $favicon = '<img src="http://static.ak.fbcdn.net/images/connect_favicon.png" />';
           $form['fbconnect_stream_publish'] = array(
             '#type' => 'fieldset',
             '#title' => t('Facebook Stream Publish'),
