'widget_flickr', 'description' => 'A widget that show flickr' ); /* Create the widget. */ parent::__construct( 'rst-flickr-widget', 'Agnilla - Flickr', $widget_ops); } function widget($args, $instance) { $html = ''; $protocol = is_ssl() ? 'https' : 'http'; $html .= $args['before_widget']; if( !empty($instance['title']) ) { $html .= $args['before_title']; $html .= $instance['title']; $html .= $args['after_title']; } $html .= '
Please provide an Flickr ID
'; } $html .= ''; $html .= '