You are here

function _easysocial_js_add_twitter in Easy Social 7

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

Add external twitter js

File

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

Code

function _easysocial_js_add_twitter() {
  drupal_add_js('http://platform.twitter.com/widgets.js', 'external');
}