Summary The PHP Youtube Channel Plugin is a PHP plugin that displays the youtube channel of a user profile on any PHP website. The plugin is based on youmax and uses the youtube gdata API. The usage is so simple and you can include a youtube channel to any php website by simply writing two lines of code.include("includes/channel.php");show_channel("YOUR_YOUTUBE_PROFILE_NAME",THE_DISPLAY_WIDTH); Features Easily integrates with any php applicat...