You are here

function _easysocial_js_add_linkedin in Easy Social 6

Same name and namespace in other branches
  1. 7 easy_social.module \_easysocial_js_add_linkedin()

Add external linkedin js

File

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

Code

function _easysocial_js_add_linkedin() {
  drupal_add_js(drupal_get_path('module', 'easy_social') . '/js/easy_social.linkedin.js');
}