Header and Footer Scripts plugin allows you to add scripts to WordPress site's and just before closing tag.
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>
<head>
or before </body>
.<head>
of any single page or post.The plugin should be compatible with WooCommerce.
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.
For furhter information you are welcomed to follow these links:
There is nothing special about installation of this plugin. It is as simple as uploading the plugin files to your plugins directory.
Upload the plugin to /wp-content/plugins
and activate. OR Search “Header and Footer Scripts” from WP Dashbard --> Plugins --> Add New
then hit Install and then activate.
Once the plugin is activated you will see “Header and Footer Scripts” menu item under setting of WordPress dashboard. Also a meta box on Post and Page edit page.
A. I couldn’t handle wp.org forums on regular basis. You are suggested to visit Digital Liberation for more updated plugin documentation and troubleshoot your problem.
A. Nope, There is none. If you need more feature send us feedback or feature request.