Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
foundation
/
default
📤 Upload
📝 New File
📁 New Folder
Close
Editing: sharing.php
<div class="<?php foundation_sharing_classes(); ?>"> <a class="facebook-btn no-ajax" href="//www.facebook.com/sharer.php?u=<?php echo urlencode( get_permalink() ); ?>" target="_blank"><?php _e( 'Share', 'wptouch-pro' ); ?></a> <a class="reddit-btn no-ajax" href="//reddit.com/submit?url=<?php echo urlencode( get_permalink() ); ?>&title=<?php echo htmlspecialchars( urlencode( html_entity_decode( get_the_title() . ' - ' ) ) ); ?>" target="_blank"><?php _e( 'Reddit', 'wptouch-pro' ); ?></a> <a class="pinterest-btn no-ajax" href="//pinterest.com/pin/create/button/?url=<?php echo urlencode( get_permalink() ); ?>" target="_blank"><?php _e( 'Pin', 'wptouch-pro' ); ?></a> <a class="email-btn no-ajax" href="mailto:?subject=<?php echo rawurlencode( get_the_title() ); ?>&body=<?php echo rawurlencode( get_permalink() ); ?>"><?php _e( 'Mail', 'wptouch-pro' ); ?></a> <a class="sms-btn no-ajax" href="sms:&body=<?php echo esc_html( get_the_title() ); ?>: <?php echo rawurlencode( get_permalink() ); ?>"><span><?php _e( 'SMS', 'wptouch-pro' ); ?></span></a> </div>
Save
Cancel