File: /var/www/html/wpprm/wp-content/themes/ronneby/woocommerce/share.php
<?php
/**
* Share template
*
* @author Your Inspiration Themes
* @package YITH WooCommerce Wishlist
* @version 1.1.5
*/
?>
<div class="yith-wcwl-share">
<h4 class="yith-wcwl-share-title"><?php echo $share_title ?></h4>
<ul>
<?php if( $share_facebook_enabled ): ?>
<li style="list-style-type: none; display: inline-block;">
<a target="_blank" class="facebook chaffle" data-lang="en" href="https://www.facebook.com/sharer.php?s=100&p[title]=<?php echo $share_link_title ?>&p[url]=<?php echo $share_link_url ?>&p[summary]=<?php echo $share_summary ?>&p[images][0]=<?php echo $share_image_url ?>" title="<?php _e( 'Facebook', 'dfd' ) ?>"><?php _e( 'Facebook', 'dfd' ) ?></a>
</li>
<?php endif; ?>
<?php if( $share_twitter_enabled ): ?>
<li style="list-style-type: none; display: inline-block;">
<a target="_blank" class="twitter chaffle" data-lang="en" href="https://twitter.com/share?url=<?php echo $share_link_url ?>&text=<?php echo $share_twitter_summary ?>" title="<?php _e( 'Twitter', 'dfd' ) ?>"><?php _e( 'Twitter', 'dfd' ) ?></a>
</li>
<?php endif; ?>
<?php if( $share_pinterest_enabled ): ?>
<li style="list-style-type: none; display: inline-block;">
<a target="_blank" class="pinterest chaffle" data-lang="en" href="http://pinterest.com/pin/create/button/?url=<?php echo $share_link_url ?>&description=<?php echo $share_summary ?>&media=<?php echo $share_image_url ?>" title="<?php _e( 'Pinterest', 'dfd' ) ?>" onclick="window.open(this.href); return false;"><?php _e('Pinterest', 'dfd') ?></a>
</li>
<?php endif; ?>
<?php if( $share_email_enabled ): ?>
<li style="list-style-type: none; display: inline-block;">
<a class="email chaffle" data-lang="en" href="mailto:?subject=I wanted you to see this site&body=<?php echo $share_link_url ?>&title=<?php echo $share_link_title ?>" title="<?php _e( 'Email', 'dfd' ) ?>"><?php _e('Email', 'dfd'); ?></a>
</li>
<?php endif; ?>
</ul>
</div>