You are here

function _easysocial_js_add_googleplus in Easy Social 7

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

Add external googleplus js

File

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

Code

function _easysocial_js_add_googleplus() {
  drupal_add_js('https://apis.google.com/js/plusone.js', 'external');
}