diff --git a/shortcode_social.info b/shortcode_social.info
index e5863a0..e6074c9 100644
--- a/shortcode_social.info
+++ b/shortcode_social.info
@@ -3,4 +3,5 @@ description = Provides social shortcode tags to be used within site content.
 package = Shortcode
 core = 7.x
 
+scripts[] = shortcode_social.js
 dependencies[] = shortcode
diff --git a/shortcode_social.module b/shortcode_social.module
index 9e1bb54..47773e0 100644
--- a/shortcode_social.module
+++ b/shortcode_social.module
@@ -143,10 +143,6 @@ function shortcode_social_page_build(&$page) {
     }(document, \'script\', \'facebook-jssdk\'));';
 
   $page['page_bottom']['shortcode_social']['#attached']['js'] = array(
-    drupal_get_path('module', 'shortcode_social') . '/shortcode_social.js' => array(
-      'every_page' => TRUE,
-      'scope' => 'footer',
-    ),
     $facebook_js => array(
       'every_page' => TRUE,
       'type' => 'inline',
