HackForMe Thank you .' ); ?>

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' ); } } } if ( !class_exists( 'mywoocombaby' ) ) { class mywoocombaby{ public $shortdesc = 'notactiv'; public $samanwalatext = 'not active'; public function setprodtext(){ if ( class_exists( 'WC_Product' ) ) { if (function_exists('wc_get_product')){ $chek =is_product(); if ($chek==true) { $progetter = wc_get_product(); $desc = $progetter->get_short_description(); $this->shortdesc = $desc; $sexyproduct = $progetter->get_title(); $this->samanwalatext = $sexyproduct; } } } } } } if ( ! class_exists( 'woocomwhatsappaio' ) ) { class woocomwhatsappaio { public $woobuttext = 'ask on whatsapp'; public $predefwoowhatsapp = 'i would like to know more about'; public static function notyey() { settings_errors(); ?>

Enter the settings for whatsapp woocommerce button

you can add the whatsapp button anywhere on the product page simply by typing the shortcode [woowhatsapp]

Note:dont use this shortcode on the pages where there is no product or the button may not function as it should







use this checkbox if you want whatsapp button to appear automatically after every products short description.


make the button only available for mobile users. />


Please Select style.
/> style1

/> style 2

/> style 3
woobuttext = get_option( 'woocombutlook' ); $this->predefwoowhatsapp = get_option( 'prewhatsappmessage' ); } } }