Header and Footer Scripts

plugin banner

Header and Footer Scripts plugin enables you to add scripts to WordPress header and footer.

Author:Digital Liberation (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:5.4.1
Plugin version:2.2.1
Added to WordPress repository:20-02-2014
Last updated:26-04-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:90
Rated by:56
Plugin URI:http://digitalliberation.org/plugins/header-a...
Total downloads:1 205 268
Active installs:200 000+
plugin download
Click to start download

If you are running a WordPress site then sooner or later you need to insert some kind of code to your website. It is most likley a web analytics code like Google Analytics or may be social media script or some CSS stylesheet or may be Custom fonts. This plugin will do all the magic. Even if you want to insert those codes in a custom post type.

All you have to do is adding appropriate html code.

Don’t forget to wrap your code with proper tags.

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

Or for CSS:

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

Why use this plugin:

  • To insert CSS and JavaScript codes to <head> or before </body>.
  • To insert code to <head> of any single page or post.
  • To insert code to Custom Post Type [New Feature].

The plugin should be compatible with WooCommerce.

What it does not offer

  • You can’t insert/execute PHP codes.

Almost all WordPress theme do 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.

Important Links

For furhter information you are welcomed to follow these links:


FAQ
ChangeLog