Returns all featured-channels under an account. Channels marked as featured will be displayed by this widget. Like videos, this widget will only show channels a user is allowed to access. In case the user was logged in, channels he is a member of or is allowed to access will be displayed. However, in case of an anonymous user, only anonymously accessible Featured Channels will be displayed by the widget.
Sample Code
<div class="channels"></div> <script type="text/javascript" src="http://video.lexcorpinc.com/JavaScript/bundles/widgets.js"></script> <script type="text/javascript"> vidizmo.channels.featured(".channels"); </script>
To learn more how these Widgets work, click here on VIDIZMO Widgets API Implementation.
For a complete list of VIDIZMO APIs, click here on VIDIZMO Developer APIs.