Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.81 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.81 KB

Simple Scripts WordPress Plugin

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

Installation

Install Simple Scripts just as you would any other WP Plugin:

  1. Download Simple Scripts from WordPress.org.

  2. Unzip the .zip file.

  3. Upload the Plugin folder (simple-scripts/) to the wp-content/plugins folder.

  4. Go to Plugins Admin Panel and find the newly uploaded Plugin, "Simple Scripts" in the list.

  5. Click "Activate Plugin."

More help installing Plugins

Use

  1. Navigate to Tools > Header/Footer Scripts

  2. Enter in valid JavaScript/jQuery

  3. Click "Update Scripts"

  4. View the changes in the Front End of your website

Help

Frequently Asked Questions

Simple Scripts Wiki

Support Forum

###Changelog

1.0

  • Inital Release