Создана цель в метрике идентификатор: CALL код 23699000
Вот код кнопки (она видна только на мобильных устройствах)
<?php
//version 1.1
// no direct access
defined('_JEXEC') or die;
class plgSystemDD_CallNow_Button extends JPlugin{
function plgSystemDD_CallNow_Button(&$subject, $config) {
parent::__construct($subject, $config);
$this->loadLanguage('', JPATH_ADMINISTRATOR);
}
public function onAfterRender(){
$app =& JFactory::getApplication();
if ($app->isAdmin()) return false;
?>
<?php
$str = '';
$number_to_call = $this->params->get('number_to_call', '+84909352501');
$color_bg = $this->params->get('color_bg', '#1191D0');
$callnow_button_text = $this->params->get('callnow_button_text','Call Now');
$str = '
';
if ($callnow_button_text){$str .= $callnow_...';
$buffer = JResponse::getBody();
if ($buffer) {
$str_re = str_replace("