'widget_flickr', 'description' => __( 'Popster - Flickr', 'popster') ); // Create the widget. parent::__construct('flickr_popster', __('Popster - Flickr', 'popster'), $widget_ops); } function widget($args, $instance) { extract( $args ); $default = array('widget_title'=>__('Latest Pictures','popster'), 'id'=> '', 'qty'=>8 ); $instance = wp_parse_args($instance, $default); $widget_title = apply_filters('widget_title', $instance['widget_title']); $id = $instance['id']; $qty = $instance['qty']; // WIDGET OUTPUT echo $before_widget; ?>

__('Latest Pictures','popster'), 'id'=> '', 'qty'=>8 ); $instance = wp_parse_args($instance, $default); $widget_title = $instance['widget_title']; $id = $instance['id']; $qty = $instance['qty']; ?>

Widget title:

Enter ID of your flickr account (idGettr) :

Display up to : Photos