What is a script?

A script is a library of functionality that is easily incorporated into a website. Scripts expose functions that perform specific tasks and are called by existing code. Common examples of scripts include libraries of JavaScript or PHP functions.

Scripts are uploaded to your server, not installed like an application. For its functionality to be accessible, a script must be referenced by your site's code.