HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/dfwparty/ajpartyfun.com/wp-content/themes/mh-magazine/content-social.php
<?php /* Template for share buttons. */
$title = htmlspecialchars(urlencode(html_entity_decode(get_the_title())));
$url = urlencode(get_permalink($post->ID));
$thumbnail = get_the_post_thumbnail_url(); ?>
<div class="mh-share-buttons clearfix">
	<a class="mh-facebook" href="#" onclick="window.open('https://www.facebook.com/sharer.php?u=<?php echo $url; ?>&t=<?php echo $title; ?>', 'facebookShare', 'width=626,height=436'); return false;" title="<?php esc_html_e('Share on Facebook', 'mh-magazine'); ?>">
		<span class="mh-share-button"><i class="fa fa-facebook"></i></span>
	</a>
	<a class="mh-twitter" href="#" onclick="window.open('https://twitter.com/share?text=<?php echo $title; ?>:&url=<?php echo $url; ?>', 'twitterShare', 'width=626,height=436'); return false;" title="<?php esc_html_e('Tweet This Post', 'mh-magazine'); ?>">
		<span class="mh-share-button"><i class="fa fa-twitter"></i></span>
	</a>
	<a class="mh-linkedin" href="#" onclick="window.open('https://www.linkedin.com/shareArticle?mini=true&url=<?php echo $url; ?>&source=<?php esc_attr(get_bloginfo('name')); ?>', 'linkedinShare', 'width=626,height=436'); return false;" title="<?php esc_html_e('Share on LinkedIn', 'mh-magazine'); ?>">
		<span class="mh-share-button"><i class="fa fa-linkedin"></i></span>
	</a>
	<a class="mh-pinterest" href="#" onclick="window.open('https://pinterest.com/pin/create/button/?url=<?php echo $url; ?>&media=<?php echo esc_url($thumbnail); ?>&description=<?php echo $title; ?>', 'pinterestShare', 'width=750,height=350'); return false;" title="<?php esc_html_e('Pin This Post', 'mh-magazine'); ?>">
		<span class="mh-share-button"><i class="fa fa-pinterest"></i></span>
	</a>
	<a class="mh-email" href="mailto:?subject=<?php echo htmlspecialchars(rawurlencode(html_entity_decode(get_the_title()))); ?>&amp;body=<?php echo $url; ?>" title="<?php esc_html_e('Send this article to a friend', 'mh-magazine'); ?>" target="_blank">
		<span class="mh-share-button"><i class="fa fa-envelope-o"></i></span>
	</a>
	<a class="mh-print" href="javascript:window.print()" title="<?php esc_html_e('Print this article', 'mh-magazine'); ?>">
		<span class="mh-share-button"><i class="fa fa-print"></i></span>
	</a>
</div>