|
|
The Clearspring ContainerThe Container, known as Launchpad In-Widget, wraps your application for delivery across the web, loading it up and giving it some extra oomf. Specifically:
It is important to realize that when your widget is embedded on a page out in the world, it is the Container which is managing how the widget is loaded and what configuration data it is given. Your actual widget (whatever type it is) still lives on your server, and your server for the most part will serve it up in exactly the same way it would if there was no Container. But, the Container is what wraps your widget and allows it to work across all of the different social networks and other web locations without you having to code specifically for those destinations. Check out the Container vs. the Kernel for an explanation of alternate options.Using the ContainerTake a look at Using the Container for information on how to leverage and be compatible with the Container in your widget code. |