You are here

function _easysocial_js_add_facebook in Easy Social 7

Same name and namespace in other branches
  1. 6 easy_social.module \_easysocial_js_add_facebook()

Add external facebook js

File

./easy_social.module, line 356
This is the file description for Easy Social module.

Code

function _easysocial_js_add_facebook() {
  drupal_add_js('http://static.ak.fbcdn.net/connect.php/js/FB.Share', 'external');
}