HackForMe get premium features such as woocommerce integration ,whatsapp share button ,many custom styles and lifetime custom support.' ); ?>

Enter your Cell phone number

Please enter your mobile number for whatsapp Integration

please note that the mobile number should be entered along with the country code.











use this checkbox if you want whatsapp support icon for desktop and mobile users. />

use this checkbox if you want whatsapp support icon to display only on Mobile Devices. />

use the shortcode [whatsapp] to display this button.




waphone = get_option( 'mywhatsapp_option_name' ); $this->watext = get_option( 'text' ); $this->background = get_option( 'waiosupportcolor' ); $this->iconcol = get_option( 'waioiconcolor' ); $this->waiosuptext = get_option( 'waiosupbuttext' ); $this->waiofloatsize = get_option( 'waiosupsize'); } } } add_shortcode( 'whatsapp', array( 'whatsapphelpshortclass', 'shortbutton' ) ); add_shortcode( 'washare', array( 'Waiowhatsappsharebutton', 'washarebut') ); if ( checked( '1', get_option( 'floatingwhatsapp' ), false ) ) { add_action( 'get_footer', array( 'waiowhatsappsupport', 'wabutton' ) ); } if ( checked( '1', get_option( 'sharebutcss' ), false ) ) { if ( wp_is_mobile() ) { add_action( 'get_footer', array( 'waiowhatsappsupport', 'wabutton' ) ); } } // initiates share button page . if ( ! class_exists( 'Washare' ) ) { class Washare { public $sharetext = ''; public $sharebutcap = ''; public static function washarebutton() { add_settings_error( 'myUniqueIdentifier', esc_attr( 'settings_updated' ), $message = 'This plugin is made by Team HackForMe support us by checking our website.' ); ?>

Enter the settings for whatsapp share button

simply use the share button of whatsapp by typing shortcode [Washare] in your posts or widgets

please enter the text message carefully , link will be automatically added with the text message before sharing





use this checkbox if you whatsapp share buttons to display only on smartphone . />

sharetext = get_option( 'waiowasharetext' ); $this->sharebutcap = get_option( 'waiosharebuttext' ); } } }