The content stream feature allows a web site developer to instantly and dynamically display content on a web site. A content stream can be constructed out of things like a Google or YouTube search as well as a content writer's Blog or static file allowing for instant site updating.

Utilizing this software, the web site developer would initialize “ContentObjects” specific to the desired source content material. One content object would be needed per content source. The Content objects would populate an array of “ContentItems” from the results of the request. Content Item objects would extend a base object and be very specific to the content material. Passing the array of “ContentObjects” and “Sort/FilterObjects” to the “ContentStream” object would all the web site developer to “Load” or stream the content from the desires sources.
ContentItem” results array will contain the desired results. The web developer may need to check the content item to determine which type of content item it specifically is, in the even that a result array is a combined result from multiple sources. “ContentItems may include subcomponent items such as images or videos.