Essential Script adds client-side script to individual areas of your Web site.
Essential Script plugin offers you the ability to plug and manage your client-side script, which is an essential part of your website, through a versatile text editor.
For example, through Essential Script interface you can add your banner in one location and configure what code is allowed to display on the Web page.
- Streamlined Option Panel.
- Setup in minutes.
- Uses Codemirror for syntax highlighting.
- You choose where to append/include the script and where to exclude it.
- Support JavaScript/XML/HTML
- With Widgets.
- Now with support for Shortcodes API!
- New! Include options for async and defer attributes
- Free as in speech.
- tetravalente
This section describes how to install the plugin and get it working:
- Upload the
essential-script
folder to the/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins' screen in Wordpress.
- Access the 'Tools' menu in Wordpress to configure the plugin.
Or install the plugin through the WordPress plugins screen directly.
No, you won't. If you use the option File
to store the script then you can find it saved in the upload directory of Wordpress.
Wordpress includes the ability to create a network of sites. If you install a multisite network, then you can allow end users to use Essential Scripts. In this case they are able to post a limited set of HTML markup and even JavaScript code. See PageEssentialscript.php
for more info and settings.
Sources of this plugin are available both in SVN and Git:
- This plugin has known conflict with JetPack Embedded Shortcode. You need to disable Embedded Shortcode if you want to use Essential Script and JetPack together ( See also: Jetpack Shortcode Embeds ).
- Support for Widgets API.
- Support for Shortcode.
- Move the CodeMirror API in its own namespace.
- Find a reliable solution for uploading and managing script files
- Use CodeMirror addons.
- Improve the user interface.
- Support for reusable components.
- Complete script engine with support for user-genereted content.