![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/confenda.com/wp-content/themes/beevent/functions/ |
<?php function beevent_share_link() {?> <div class="share_article "> <h6><?php esc_html_e('Share:', 'beevent'); ?></h6> <ul> <li><a target="_blank" href="http://www.facebook.com/sharer.php?u=<?php echo esc_url(get_the_permalink());?>&t=<?php the_title(); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><i class="fa fa-facebook" aria-hidden="true"></i></a></li> <li><a target="_blank" href="http://twitter.com/home/?status=<?php echo esc_html(get_the_title()); ?> - <?php echo esc_url(get_the_permalink()); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><i class="fa fa-twitter" aria-hidden="true"></i></a></li> <li><a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&title=<?php echo esc_html(get_the_title()); ?>&url=<?php echo esc_url(get_the_permalink()); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li> <li> <a target="_blank" href="https://wa.me/?text=<?php echo esc_html( get_the_title() ).' '.esc_url(get_the_permalink() ); ?>"> <i class="fa fa-whatsapp" aria-hidden="true"></i> </a> </li> </ul> </div> <?php }