Colorbox Load
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
The Colorbox Load module is an implementation of the core D7 colorbox feature of the same name, allowing you to load content into a colorbox via AJAX. If you're looking to open content in colorbox that is already on the page, you can use colorbox_inline. This module allows you to specify a series of paths using an admin interface:

Any time a link is rendered for one of these paths, the content will be loaded in a Colorbox. This module depends on ng_lightbox for the paths interface, and plugins into it by way of a "main content renderer". The result might look something like this:

This method can be used to render anything that has a page associated with it (views, nodes, page manager pages, you name it), and will fall back to a normal page load for bots and people who open in a new window.
Once you've installed colorbox_load and all it's dependencies, head over to "/admin/config/media/ng-lightbox" to configure the links which use the module.
