PHP Classes

File: templates/googleplus/script.js

Recommend this page to a friend!
  Classes of Mike   PHP Socializer   templates/googleplus/script.js   Download  
File: templates/googleplus/script.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Socializer
Embed social buttons and widgets in Web pages
Author: By
Last change:
Date: 11 years ago
Size: 813 bytes
 

Contents

Class file image Download
_socialQueue.push({ url: 'https://apis.google.com/js/plusone.js', id: '<?php echo $this->name; ?>', onload: function(f) { if ('<?php echo $this->fadeIn; ?>') { f.awaitRender({ buttons: document.getElementsByClassName('coi-social-button-<?php echo $this->name; ?>'), duration: '<?php echo $this->fadeIn; ?>', isRendered: function(element) { return element.firstChild && element.firstChild.firstChild && element.firstChild.firstChild.tagName.toUpperCase() === 'IFRAME'; }, renderedMethod: function(b, d) { f.iframeOnload(b.firstChild.firstChild, b, d); } }); } } });