Frequently Asked Questions

What is a script?

Print this Article
Last Updated: October 20, 2013 2:07 PM

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.