Header and Footer Scripts

Descripción

An essential WordPress plugin to easily insert scripts and styles (like Google Analytics, CSS, etc.) into your website’s header and footer.

Looking for a way to add Google Analytics, Facebook Pixel, or custom tracking code to your website’s header or footer?

Header and Footer Scripts is a simple yet powerful plugin that lets you inject code—such as Google Analytics, custom CSS, Facebook Pixel, and chat widgets—directly into your site’s header (<head>) or footer.

No bloat, no ads. This lightweight plugin simply does what it says: inserts code into your header and footer efficiently.

All you have to do is add the appropriate HTML code.

No olvides envolver tu código con las etiquetas adecuadas.

<script type="text/javascript">
YOUR JS CODE HERE
</script>

O para CSS:

<style type="text/css">
YOUR CSS CODE HERE
</style>

Por qué usar este plugin:

  • Insert scripts globally into the header and footer of your entire website.
  • Supports all script types including HTML, JavaScript, and CSS.
  • Add specific scripts to the header of individual posts or pages.
  • Insertar código en tipos de contenido personalizado [nueva característica].

El plugin debería ser compatible con WooCommerce.

Lo que no ofrece

  • No puedes insertar o ejecutar códigos PHP.

Almost all WordPress themes support this “Header and Footer Scripts” plugin. If the codes are not appearing in your site [ask for support] or look at your theme file if they have standard wp_head and wp_footer hooks.

Enlaces importantes

For further information you are welcomed to follow these links:

Capturas

  • Accede a esta página desde el Escritorio --> Ajustes --> Header and Footer Scripts
  • Esta caja aparecerá debajo de la caja de redacción en las entradas y páginas. Si no es así, por favor consulta [nuestros documentos] [4] si no está allí.

Instalación

No hay nada especial sobre la instalación de este plugin. Es tan simple como cargar los archivos del plugin en tu directorio de plugins.

Sube el plugin a /wp-content/plugins y actívalo o busca «Header and Footer Scripts» desde el Escritorio --> Plugins --> Añadir nuevo , luego pulsa «Instalar» y después «Activar».

Once the plugin is activated you will see “Header and Footer Scripts” menu item under settings of WordPress dashboard. Also a meta box on Post and Page edit page.

Preguntas frecuentes

P. ¿Cómo puedo acceder al soporte y solucionar problemas?

A. I couldn’t handle wp.org forums on regular basis. You are suggested to visit GitHub Wiki for more updated plugin documentation and troubleshoot your problem.

P: ¿Hay alguna versión pagada disponible del plugin?

R. No, no hay ninguna. Si necesitas alguna característica, envíanos tus comentarios o una solicitud de característica.

Reseñas

1 de febrero de 2026
One of the most useful plugins. I was looking for a plugin that allows adding Metadata. Then I founs this, and it is very useful. Thanks a lot for your efforts guys. P.S. Thank you for the last update. It corrects some errors.
20 de julio de 2025
I’ve recently switched themes, and my previous theme allowed me to add custom CSS directly from the page editor. Unfortunately, my new theme lacks this feature. This plugin appears to be the only one that restores that functionality, enabling me to inject CSS specifically for individual pages. While other plugins offer global injection, which is certainly useful, I find that for unique pages like the homepage or special types, it’s essential to have the ability to add targeted styles without affecting the rest of the site. This plugin is a great solution for that!P.S. No bacon was saved during or after this message. Nom nom nom. lol.
29 de septiembre de 2023
If I could give more than 5 stars, I would. This plugin is a must-have for anyone running a WordPress site. It’s made my life so much easier.
7 de julio de 2022
I like that the plugin is up to the point and does what it is supposed to do. However, I believe it vulnerable to hijacks and injections. Since I’ve started using the plugin, some ads appear in new tab once I click on a link to the website. So I uninstalled the plugin and now will look for another solution.
Leer todas las 57 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

“Header and Footer Scripts” ha sido traducido a 12 idiomas locales. Gracias a los traductores por sus contribuciones.

Traduce “Header and Footer Scripts” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

2.4.2

  • Fix: Resolved critical issue where scripts added to per-post meta box were not saving.
  • Fix: Corrected CodeMirror editor rendering (borders, height) and gutter visibility (line numbers) in meta box.
  • Improvement: Updated English copy throughout the plugin for better clarity and professionalism.
  • New: Added Hindi (hi_IN) translation.
  • New: Included language template (.pot) and translation files.

2.4.1

  • New Feature: Added “Clean on Uninstall” option to allow users to remove all data upon deletion.
  • Fix: Resolved issue where sidebar was not loading on settings page due to deprecated constant.
  • Improvement: Enhanced WPCS compliance with comprehensive DocBlocks and formatting fixes.
  • Improvement: Added strict sanitization to settings authentication to resolve Plugin Check warnings.

2.4.0

  • Internal: Refactored codebase to “Jamify HFS” naming standards (jamify_hfs_ prefix) while maintaining full backward compatibility.
  • New Feature: Added support for wp_body_open hook to insert scripts immediately after body tag.
  • New Feature: Added Syntax Highlighting for script editors in settings page.
  • Improvement: Modernized permission system to use ‘unfiltered_html’ capability.
  • Improvement: Added settings to allow Authors and Contributors to add scripts.
  • Improvement: Added admin notice for backward compatibility migration.

2.3.1

  • Security: Hardened nonce implementation with static action names.
  • Security: Added strict sanitization for access level settings.
  • Security: Improved input validation with isset() checks and wp_unslash().
  • Security: Replaced FILE menu slug to prevent path exposure.
  • Security: Added security warning for privilege delegation.
  • New: Added uninstall.php for clean database removal.
  • Fix: Added proper ABSPATH checks to all files.
  • Improvement: Added phpcs:ignore comments for intentional raw output.

2.3.0

  • Fix: Stored Cross-Site Scripting (XSS) vulnerability.
  • New Feature: Add minimum capability required to add scripts to posts.

2.2.1

  • Updated readme.txt.

2.2.0

  • Nueva característica: Ahora, se da prioridad al script en todo el sitio.
  • Corrección: Fuente Monoscript para el área de texto.
  • Mejorado el archivo «readme.txt».
  • Volver a PHP v5.6, ya que mucha gente no puede actualizar a la última versión.

2.1.1

  • Corregido un error que hacía que los scripts de tipo de publicación individual aparecieran en archivos.
  • Comprobación de compatibilidad con WordPress 5.2.2
  • Ahora se requiere al menos PHP v7.0.

2.1.0

  • Compatibilidad con tipo de contenido personalizado (CPT).
  • Mejorado el archivo «Léeme»

2.0.1

  • Estilo de código uniforme.
  • Mejoradas las cadenas de traducción.
  • Corregidos enlaces
  • Limpieza de código

2.0.0

  • Mejoras visuales.
  • Mejor estructura de directorios.

1.3.4

  • Corregido aviso de variable no definida

1.3.3

  • Comienza a usar la construcción de estilo PHP5

1.3.2

  • Corregido un problema con HTTPS

1.1.0

  • Hecho para el repositorio oficial de WordPress
  • Añadido caja meta de script en la cabecera de las entradas individuales
  • Correcciones de fallos menores

1.0.0

  • Versión pública inicial