*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
whatsapp button recommendation
« on: May 23, 2022, 07:44:18 AM »
recomendacion de boton de whatsapp

whatsapp button recommendation to add in the new version of this themes it would be more professional and aesthetic to add it here or replace the button of the number above with the whatsapp button
hostoki.com

*

MB Themes

Re: whatsapp button recommendation
« Reply #1 on: May 23, 2022, 04:56:56 PM »
@Lopetoms
In plugin config, you have multiple functions available at bottom of page (plugin setup).
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: whatsapp button recommendation
« Reply #2 on: May 23, 2022, 05:40:48 PM »
i try all no see this
hostoki.com

*

MB Themes

Re: whatsapp button recommendation
« Reply #3 on: May 23, 2022, 07:21:10 PM »
Then you tried wrongly.
Custom functions require coding skills, if you do not have them, simply use hooks.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: whatsapp button recommendation
« Reply #4 on: May 23, 2022, 08:04:58 PM »
the plugin does not have that option and I gave it a suggestion for a future update
hostoki.com

*

MB Themes

Re: whatsapp button recommendation
« Reply #5 on: May 23, 2022, 08:20:54 PM »
In plugin config, you have multiple functions available at bottom of page (plugin setup).

It have such options.

Web Chat Button ($item_id = NULL usually replaced with osc_item_id())
Code: [Select]
<?php if(function_exists('wac_web_chat_button')) { wac_web_chat_button(); } ?>
Item Chat Button ($item_id = NULL usually replaced with osc_item_id())
Code: [Select]
<?php if(function_exists('wac_item_chat_button')) { wac_item_chat_button($item_id NULL); } ?>
Item Chat Button views count ($item_id usually replaced with osc_item_id())
Code: [Select]
<?php if(function_exists('wac_get_views')) { echo wac_get_views($item_id); } ?>
Item Chat Button clicks count ($item_id usually replaced with osc_item_id())
Code: [Select]
<?php if(function_exists('wac_get_clicks')) { echo wac_get_clicks($item_id); } ?>
« Last Edit: May 23, 2022, 08:22:39 PM by MB Themes »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots