function form($instance)
    {
        $YT4WPBase = new YT4WPBase();
        ?>
				<h3 style="width:100%;text-align:center;">Add-On Coming Soon</h3>
				<p>
					Allow visitors to upload videos directly to your YouTube account, where you can then review the video before publishing it.
					You can limit video submissions to logged in users and easily build a user submitted playlist to display around your site easily.
					That and much more in the professional version of YouTube Plus.
				</p>
				<?php 
        echo $YT4WPBase->yt_plus_display_upsell_banner();
    }
 public function __construct()
 {
     YT4WPBase::initialize();
 }