'; $output .= '
'; $output .= ''; $output .= ' '; $output .= ''; return $output; } public static function generate_sharebar_code($options, $share_buttons, $is_shortcode, $shortcode_options = array()) { $output = ''; $mobile_sharebar_text = ESSBOptionValuesHelper::options_value($options, 'mobile_sharebar_text'); if ($mobile_sharebar_text == "") { $mobile_sharebar_text = __("Share this", 'essb'); } $output = ""; $output .= ' '; $output .= ' '; $output .= ''; return $output; } }