function _easysocial_js_add_linkedin in Easy Social 7
Same name and namespace in other branches
- 6 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('http://platform.linkedin.com/in.js', 'external');
}