--- js/linkedin_share_button.js	2011-10-20 09:48:53.000000000 +0200
+++ js/linkedin_share_button.js	2011-10-20 10:26:24.274225000 +0200
@@ -4,11 +4,18 @@
       var script_obj = document.createElement('script');
       script_obj.type = 'IN/Share';
       script_obj.setAttribute("data-url", $(this).attr('href'));
+
       if (Drupal.settings.ws_lsb.countmode != '') {
         script_obj.setAttribute("data-counter", Drupal.settings.ws_lsb.countmode);
       }
 
       $(this).replaceWith(script_obj);
     });
+
+    $(function() {
+      $.getScript("http://platform.linkedin.com/in.js?async=true", function success() {
+        IN.init({});
+      });
+    });
   });
 }
--- services/widget_services.module	2011-10-20 09:48:53.000000000 +0200
+++ services/widget_services.module	2011-10-20 09:45:31.525714000 +0200
@@ -68,10 +68,7 @@
     'link' => '<url>',
     'icon' => 'linkedin.png',
     'description' => t('Share on Linkedin'),
-    'javascript' => array(
-      'linkedin_share_button.js',
-      'http://platform.linkedin.com/in.js',
-    ),
+    'javascript' => 'linkedin_share_button.js',
     'style' => SERVICE_LINKS_STYLE_EMPTY,
     'callback' => 'ws_linkedin_share_button_data',
   );
