ARI Colorbox Links plugin creates colorbox links by CSS selectors. Specify CSS selectors, additional URL parameters and colorbox parameters in "Elements CSS selectors" parameter. Type selectors in the following way:
"CSS_SELECTOR"|URL_PARAMETERS|PLUGIN_PARAMETERS
Where CSS_SELECTOR is necessary jQuery CSS selector, URL_PARAMETERS is additional URL parameters and PLUGIN_PARAMETERS is overriden plugin parameters. For example, if you want to add colorbox lightbox effect to each anchor on a page and add to each link tmpl=component parameters, use the following code
"a"|tmpl=component|width=500&height=350
in "Elements CSS selectors" parameter. Place each selector on new line. More information about selectors can be found here