* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ global $plug; $sharebutton = '
'; $share_instance = 'var share = new Share("#share-button", { ui: { button_text: "'._t('share', 'share').'", flyout: "bottom center", button_font: true, icon_font: true } });'; // We prepare the JS content to embed $js = "$('#printer').before('".$sharebutton."');"; // we load JS services footerAddJS ( $plug->getVar ( 'relative_url' ) . 'js/share.min.js' ); headerAddCSS ( $plug->getVar ( 'relative_url' ) . 'css/style.css' ); footerAddInlineJS ( $js ); footerAddInlineJS ( $share_instance ); ?>