Plugin para Remarketing Facebook

  • sirlenesaboia
  • Avatar de sirlenesaboia Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
8 anos 9 meses atrás #99563 por sirlenesaboia
sirlenesaboia created the topic: Plugin para Remarketing Facebook
Boa tarde,

Estou tentando inserir o pixel de remarketing no meu site do joomla, mas o meu arquivo index.php apresenta-se dessa forma:

<?php
/**
* @package Joomla.Site
*
* @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

if (version_compare(PHP_VERSION, '5.3.1', '<'))
{
die('Your host needs to use PHP 5.3.1 or higher to run this version of Joomla!');
}

/**
* Constant that is checked in included files to prevent direct access.
* define() is used in the installation folder rather than "const" to not error for PHP 5.2 and lower
*/
define('_JEXEC', 1);

if (file_exists(__DIR__ . '/defines.php'))
{
include_once __DIR__ . '/defines.php';
}

if (!defined('_JDEFINES'))
{
define('JPATH_BASE', __DIR__);
require_once JPATH_BASE . '/includes/defines.php';
}

require_once JPATH_BASE . '/includes/framework.php';

// Mark afterLoad in the profiler.
JDEBUG ? $_PROFILER->mark('afterLoad') : null;

// Instantiate the application.
$app = JFactory::getApplication('site');

// Execute the application.
$app->execute();

Ele não apresentada o campo <body> nem <head> para eu incluir o pixel antes disso... sei que pode de repente até ser coisa fácil, mas não se encontra nenhum tópico disso na internet e não estou sabendo mesmo onde colocar.

Alguém pode me ajudar, por gentileza?

Obrigada e abraços!

Please Entrar ou Registrar to join the conversation.