Returns videos of your account and all of its sub Channels. Videos from sub Channels will again be dependent on Context set before. If the user had access to sub-channel, a video would be displayed from there otherwise only anonymous videos will be displayed on the sub-channel if anonymous videos listing has been enabled.
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.
Sample Code
<div class="account-videos"></div>
<script type="text/javascript" src="http://video.lexcorpinc.com/JavaScript/bundles/widgets.js"></script>
<script type="text/javascript">
vidizmo.videos.account(".account-videos");
</script>