| Server IP : 159.253.20.91 / Your IP : 216.73.216.111 Web Server : nginx/1.20.2 System : Linux se38c9e53.fastvps-server.com 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 User : pr11_ru_usr ( 1041) PHP Version : 8.1.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/pr11_ru_usr/data/www/pr11.ru/wp-content/themes/norebro/woocommerce/ |
Upload File : |
<?php
/**
* Share template
*
* @author Your Inspiration Themes
* @package YITH WooCommerce Wishlist
* @version 2.0.13
*/
if ( ! defined( 'YITH_WCWL' ) ) {
exit;
} // Exit if accessed directly
$facebook_link = 'https://www.facebook.com/sharer/sharer.php?u=' . rawurlencode( get_post_permalink( $share_link_url ) );
$twitter_link = 'https://twitter.com/intent/tweet?text=' . urlencode( $share_twitter_summary ) . ',+' . rawurlencode( get_permalink() );
$pinterest_link = 'http://pinterest.com/pin/create/button/?url=' . urlencode( $share_link_url ) . '&description=' . urlencode( esc_attr( $share_summary ) ) . '&media=' . esc_url( $share_image_url );
$email_link = 'mailto:?subject=' . urlencode( apply_filters( 'yith_wcwl_email_share_subject', esc_html__( 'I wanted you to see this site', 'norebro' ) ) ) . '&body=' . apply_filters( 'yith_wcwl_email_share_body', $share_link_url ) . '&title=' . esc_attr( $share_link_title );
?>
<div class="yith-wcwl-share">
<h3 class="title text-left inline"><?php echo wp_kses( $share_title, 'default' ); ?></h3>
<div class="socialbar default small">
<?php if( $share_facebook_enabled ): ?>
<a target="_blank" class="facebook" href="<?php echo esc_url( $facebook_link ); ?>" title="<?php esc_attr_e( 'Facebook', 'norebro' ) ?>">
<i class="fab fa-facebook"></i>
</a>
<?php endif; ?>
<?php if( $share_twitter_enabled ): ?>
<a target="_blank" class="twitter" href="<?php echo esc_url( $twitter_link ); ?>" title="<?php esc_attr_e( 'Twitter', 'norebro' ) ?>">
<i class="fab fa-twitter"></i>
</a>
<?php endif; ?>
<?php if( $share_pinterest_enabled ): ?>
<a target="_blank" class="pinterest" href="<?php echo esc_url( $pinterest_link ); ?>" title="<?php esc_attr_e( 'Pinterest', 'norebro' ) ?>" onclick="window.open(this.href); return false;">
<i class="fab fa-pinterest-p"></i>
</a>
<?php endif; ?>
<?php if( $share_email_enabled ): ?>
<a href="<?php esc_url( $email_link ); ?>" title="<?php esc_attr_e( 'Email', 'norebro' ) ?>">
<i class="fab fa-envelope-o"></i>
</a>
<?php endif; ?>
</div>
</div>