An easy-to-use WordPress Plugin to add custom scripts (like Google Analytics) to your website without any hassles. Great for Administrators who don't want to store their custom scripts in a theme's settings. The scripts entered into this plugin will remain even if the theme is changed.
Features
- No configuration needed, just enter your JavaScript(s).
- Scripts print after enqueued scripts (like jQuery) are rendered
- Simple interface built on WordPress UI
- Virtually no impact on site performance
- Uses no JavaScript files or complicated database queries
- Generates no files
- Extremely lightweight (~8KB)
- Thorough Documentation
Install Simple Scripts just as you would any other WP Plugin:
-
Download Simple Scripts from WordPress.org.
-
Unzip the .zip file.
-
Upload the Plugin folder (simple-scripts/) to the wp-content/plugins folder.
-
Go to Plugins Admin Panel and find the newly uploaded Plugin, "Simple Scripts" in the list.
-
Click "Activate Plugin."
-
Navigate to Tools > Header/Footer Scripts
-
Enter in valid JavaScript/jQuery
-
Click "Update Scripts"
-
View the changes in the Front End of your website
###Changelog
1.0
- Inital Release